You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: node_modules/angular-ng-autocomplete/lib/autocomplete.component.d.ts:243:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
243 static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete.component.d.ts:244:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'.
5 static ɵfac: i0.ɵɵFactoryDeclaration<HighlightPipe, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/highlight.pipe.d.ts:6:22 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵPipeDeclaration'.
6 static ɵpipe: i0.ɵɵPipeDeclaration<HighlightPipe, "highlight">;
~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete-lib.module.d.ts:7:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
7 static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteLibModule, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete-lib.module.d.ts:8:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'.
8 static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteLibModule, [typeof i1.AutocompleteComponent, typeof i2.HighlightPipe], [typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.AutocompleteComponent, typeof i2.HighlightPipe]>;
~~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete-lib.module.d.ts:9:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'.
9 static ɵinj: i0.ɵɵInjectorDeclaration;
I get this issue when I try to import this.
import {AutocompleteLibModule} from 'angular-ng-autocomplete';
I am using anguler version 11.
The text was updated successfully, but these errors were encountered:
SharjeelAhmad84
changed the title
"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'
"**/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'
Apr 11, 2022
I came here to log the same issue. There should probably be a peer dependency that requires some @angular/core version greater than "*". I don't know if it starts failing on v11, v12, or anything less than the v13 it is built against. But:
v1.0.7 works on Angular v10
v1.0.8 does not work on Angular v10
we r having same issue with our build . dev we are using 2.0.7 version with angular 12 and it is working but when we try to migrate to stage it is not working .. giving same errors. any clues
Error: node_modules/angular-ng-autocomplete/lib/autocomplete.component.d.ts:243:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
243 static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete.component.d.ts:244:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'.
244 static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "ng-autocomplete", never, { "data": "data"; "searchKeyword": "searchKeyword"; "placeholder": "placeholder"; "heading": "heading"; "initialValue": "initialValue"; "historyIdentifier": "historyIdentifier"; "historyHeading": "historyHeading"; "historyListMaxNumber": "historyListMaxNumber"; "notFoundText": "notFoundText"; "isLoading": "isLoading"; "debounceTime": "debounceTime"; "disabled": "disabled"; "minQueryLength": "minQueryLength"; "focusFirst": "focusFirst"; "customFilter": "customFilter"; "selectedValueRender": "selectedValueRender"; "itemTemplate": "itemTemplate"; "notFoundTemplate": "notFoundTemplate"; }, { "selected": "selected"; "inputChanged": "inputChanged"; "inputFocused": "inputFocused"; "inputCleared": "inputCleared"; "opened": "opened"; "closed": "closed"; "scrolledToEnd": "scrolledToEnd"; }, ["customTemplate"], never>;
~~~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/highlight.pipe.d.ts:5:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
5 static ɵfac: i0.ɵɵFactoryDeclaration<HighlightPipe, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/highlight.pipe.d.ts:6:22 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵPipeDeclaration'.
6 static ɵpipe: i0.ɵɵPipeDeclaration<HighlightPipe, "highlight">;
~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete-lib.module.d.ts:7:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.
7 static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteLibModule, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete-lib.module.d.ts:8:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'.
8 static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteLibModule, [typeof i1.AutocompleteComponent, typeof i2.HighlightPipe], [typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.AutocompleteComponent, typeof i2.HighlightPipe]>;
~~~~~~~~~~~~~~~~~~~~~
node_modules/angular-ng-autocomplete/lib/autocomplete-lib.module.d.ts:9:21 - error TS2694: Namespace '"/Users/gfmmobiledev/Desktop/GFMProjects/IRPro/irpro/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'.
9 static ɵinj: i0.ɵɵInjectorDeclaration;
I get this issue when I try to import this.
import {AutocompleteLibModule} from 'angular-ng-autocomplete';
I am using anguler version 11.
The text was updated successfully, but these errors were encountered: