我发现很难说出这个问题。我希望这是有道理的。我在这里进行了更广泛的搜索,试图找到对这种行为的引用,但没有找到任何东西。
我有一个 Angular 库项目,它已经完美运行了几个月。
想要在库中添加一个新的(稍微复杂的)新功能,我厌倦了在每次测试后将构建的库复制到我的主项目中。
经过一番研究,我发现npm link
了我以前没有使用过的东西。这在大约一周的时间里非常有效。在库项目中的每次更改后,我都重建了库,并且这些更改立即在我的主项目中可用。
然后就在昨天,一些非常奇怪的事情开始发生。我去构建库项目并得到页面或错误。(见下文)
重新安装所有的 npm 包解决了这个问题,但是当我去使用我的主项目时,所有的错误都再次出现在那里。
然后我对库项目进行了一些更改并进行了重建,所有错误又回来了。
关于这里发生了什么的任何想法?
2020-06-30 编辑
根据我下面的一条评论,这几天没问题,但我昨天和今天早上不得不重新安装。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3670:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3670 static ɵfac: ɵngcc0.ɵɵFactoryDef<RangeValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3740:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3740 static ɵfac: ɵngcc0.ɵɵFactoryDef<RequiredValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3852:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3852 static ɵfac: ɵngcc0.ɵɵFactoryDef<SelectControlValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3948:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3948 static ɵfac: ɵngcc0.ɵɵFactoryDef<SelectMultipleControlValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:4380:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4380 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵangular_packages_forms_forms_n>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:4440:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4440 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵNgNoValidate>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:4479:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4479 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵNgSelectMultipleOption>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
An unhandled exception occurred: node_modules/@angular/core/core.d.ts:219:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
219 static ɵfac: ɵngcc0.ɵɵFactoryDef<ApplicationInitStatus>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:402:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
402 static ɵfac: ɵngcc0.ɵɵFactoryDef<ApplicationRef>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:748:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
748 static ɵfac: ɵngcc0.ɵɵFactoryDef<Compiler>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:5065:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
5065 static ɵfac: ɵngcc0.ɵɵFactoryDef<PlatformRef>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:6453:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
6453 static ɵfac: ɵngcc0.ɵɵFactoryDef<SystemJsNgModuleLoader>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:6650:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
6650 static ɵfac: ɵngcc0.ɵɵFactoryDef<Testability>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:6695:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
6695 static ɵfac: ɵngcc0.ɵɵFactoryDef<TestabilityRegistry>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/core/core.d.ts:9638:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
9638 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵConsole>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:100:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
100 static ɵfac: ɵngcc0.ɵɵFactoryDef<AsyncPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:201:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
201 static ɵfac: ɵngcc0.ɵɵFactoryDef<CurrencyPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:360:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
360 static ɵfac: ɵngcc0.ɵɵFactoryDef<DatePipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:418:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
418 static ɵfac: ɵngcc0.ɵɵFactoryDef<DecimalPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:902:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
902 static ɵfac: ɵngcc0.ɵɵFactoryDef<HashLocationStrategy>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:933:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
933 static ɵfac: ɵngcc0.ɵɵFactoryDef<I18nPluralPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:963:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
963 static ɵfac: ɵngcc0.ɵɵFactoryDef<I18nSelectPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1011:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1011 static ɵfac: ɵngcc0.ɵɵFactoryDef<JsonPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1066:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1066 static ɵfac: ɵngcc0.ɵɵFactoryDef<KeyValuePipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1213:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1213 static ɵfac: ɵngcc0.ɵɵFactoryDef<Location>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1268:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1268 static ɵfac: ɵngcc0.ɵɵFactoryDef<LocationStrategy>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1291:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1291m static ɵfac: ɵngcc0.ɵɵFactoryDef<LowerCasePipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1355:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1355 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgClass>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1428:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1428 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgComponentOutlet>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1586:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1586 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgForOf<any, any>>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1785:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1785 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgIf<any>>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1810:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1810 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgLocaleLocalization>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1864:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1864 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgPlural>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1893:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1893 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgPluralCase>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:1946:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1946 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgStyle>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2027:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2027 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgSwitch>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2078:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2078 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgSwitchCase>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2100:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2100 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgSwitchDefault>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2157:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2157 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgTemplateOutlet>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2302:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2302 static ɵfac: ɵngcc0.ɵɵFactoryDef<PathLocationStrategy>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2346:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2346 static ɵfac: ɵngcc0.ɵɵFactoryDef<PercentPipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2388:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2388 static ɵfac: ɵngcc0.ɵɵFactoryDef<PlatformLocation>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2484:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2484 static ɵfac: ɵngcc0.ɵɵFactoryDef<SlicePipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2530:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2530 static ɵfac: ɵngcc0.ɵɵFactoryDef<TitleCasePipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2565:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2565 static ɵfac: ɵngcc0.ɵɵFactoryDef<UpperCasePipe>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/common/common.d.ts:2672:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2672 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵBrowserPlatformLocation>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:2058:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2058 static ɵfac: ɵngcc0.ɵɵFactoryDef<Router>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:2295:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2295 static ɵfac: ɵngcc0.ɵɵFactoryDef<RouterLink>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:2388:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2388 static ɵfac: ɵngcc0.ɵɵFactoryDef<RouterLinkActive>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:2480:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2480 static ɵfac: ɵngcc0.ɵɵFactoryDef<RouterLinkWithHref>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:2618:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2618 static ɵfac: ɵngcc0.ɵɵFactoryDef<RouterOutlet>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:2649:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2649 static ɵfac: ɵngcc0.ɵɵFactoryDef<RouterPreloader>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:3044:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3044 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵangular_packages_router_router_h>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:3105:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3105 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵangular_packages_router_router_o>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:3120:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3120 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵEmptyOutletComponent>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/router/router.d.ts:3121:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).
3121 static ɵcmp: ɵngcc0.ɵɵComponentDefWithMeta<ɵEmptyOutletComponent, "ng-component", never, {}, {}, never>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fourcast/base/lib/base.service.d.ts:4:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4 static ɵfac: ɵngcc0.ɵɵFactoryDef<BaseService>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fourcast/base/lib/base.component.d.ts:6:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
6 static ɵfac: ɵngcc0.ɵɵFactoryDef<BaseComponent>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@fourcast/base/lib/base.component.d.ts:7:18 - error TS2314: Generic type 'ɵɵComponentDefWithMeta' requires 7 type argument(s).
7 static ɵcmp: ɵngcc0.ɵɵComponentDefWithMeta<BaseComponent, "lib-base", never, {}, {}, never>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:678:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
678 static ɵfac: ɵngcc0.ɵɵFactoryDef<AbstractControlDirective>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:749:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
749 static ɵfac: ɵngcc0.ɵɵFactoryDef<AbstractFormGroupDirective>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:868:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
868 static ɵfac: ɵngcc0.ɵɵFactoryDef<CheckboxControlValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:900:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
900 static ɵfac: ɵngcc0.ɵɵFactoryDef<CheckboxRequiredValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:935:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
935 static ɵfac: ɵngcc0.ɵɵFactoryDef<ControlContainer>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:1127:93m18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1127 static ɵfac: ɵngcc0.ɵɵFactoryDef<DefaultValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:1175:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1175 static ɵfac: ɵngcc0.ɵɵFactoryDef<EmailValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:1602:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1602 static ɵfac: ɵngcc0.ɵɵFactoryDef<FormArrayName>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:1686:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1686 static ɵfac: ɵngcc0.ɵɵFactoryDef<FormBuilder>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:1966:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
1966 static ɵfac: ɵngcc0.ɵɵFactoryDef<FormControlDirective>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2082:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2082 static ɵfac: ɵngcc0.ɵɵFactoryDef<FormControlName>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2539:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2539 static ɵfac: ɵngcc0.ɵɵFactoryDef<FormGroupDirective>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2606:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2606 static ɵfac: ɵngcc0.ɵɵFactoryDef<FormGroupName>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2679:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2679 static ɵfac: ɵngcc0.ɵɵFactoryDef<MaxLengthValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2736:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2736 static ɵfac: ɵngcc0.ɵɵFactoryDef<MinLengthValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2858:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2858 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgControlStatus>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:2875:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
2875 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgControlStatusGroup>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3081:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3081 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgForm>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3277:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3277 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgModel>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3322:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3322 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgModelGroup>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3365:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3365 static ɵfac: ɵngcc0.ɵɵFactoryDef<NgSelectOption>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3437:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3437 static ɵfac: ɵngcc0.ɵɵFactoryDef<NumberValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3494:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3494 static ɵfac: ɵngcc0.ɵɵFactoryDef<PatternValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3597:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3597 static ɵfac: ɵngcc0.ɵɵFactoryDef<RadioControlValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3670:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3670 static ɵfac: ɵngcc0.ɵɵFactoryDef<RangeValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3740:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3740 static ɵfac: ɵngcc0.ɵɵFactoryDef<RequiredValidator>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3852:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3852 static ɵfac: ɵngcc0.ɵɵFactoryDef<SelectControlValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:3948:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
3948 static ɵfac: ɵngcc0.ɵɵFactoryDef<SelectMultipleControlValueAccessor>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:4380:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4380 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵangular_packages_forms_forms_n>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:4440:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4440 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵNgNoValidate>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/forms/forms.d.ts:4479:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s).
4479 static ɵfac: ɵngcc0.ɵɵFactoryDef<ɵNgSelectMultipleOption>;```