Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration' error #432

Open
ag40539 opened this issue Aug 1, 2024 · 1 comment

Comments

@ag40539
Copy link

ag40539 commented Aug 1, 2024

Angular version:10.2.5

ng-multiselect-dropdown version: 1.0.0

Description of issue: While trying to compile solution after adding the the installing [ng-multiselect-dropdown], Im getting the following error :
ERROR in node_modules/ng-multiselect-dropdown/list-filter.pipe.d.ts:7:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

7 static ɵfac: i0.ɵɵFactoryDeclaration<ListFilterPipe, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/list-filter.pipe.d.ts:8:22 - error TS2694: Namespace '"D:/Dev/src/
node_modules/@angular/core/core"' has no exported member 'ɵɵPipeDeclaration'.

8 static ɵpipe: i0.ɵɵPipeDeclaration<ListFilterPipe, "multiSelectFilter", false>;
~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/multiselect.component.d.ts:52:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

52 static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/multiselect.component.d.ts:53:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'.

53 static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ng-multiselect-dropdown", never, { "placeholder":
{ "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "settings": {
"alias": "settings"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "onFilterChange": "onF
ilterChange"; "onDropDownClose": "onDropDownClose"; "onSelect": "onSelect"; "onDeSelect": "onDeSelect"; "onSelectAll":
"onSelectAll"; "onDeSelectAll": "onDeSelectAll"; }, never, never, false, never>;
~~~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/click-outside.directive.d.ts:8:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

8 static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/click-outside.directive.d.ts:9:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵDirectiveDeclaration'.

9 static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "cli
ckOutside"; }, never, never, false, never>;
~~~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/ng-multiselect-dropdown.module.d.ts:10:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

10 static ɵfac: i0.ɵɵFactoryDeclaration<NgMultiSelectDropDownModule, never>;
~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/ng-multiselect-dropdown.module.d.ts:11:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'.

11 static ɵmod: i0.ɵɵNgModuleDeclaration<NgMultiSelectDropDownModule, [typeof i1.MultiSelectComponent, typeof i2.Cl
ickOutsideDirective, typeof i3.ListFilterPipe], [typeof i4.CommonModule, typeof i5.FormsModule], [typeof i1.MultiSelect
Component]>;
~~~~~~~~~~~~~~~~~~~~~
node_modules/ng-multiselect-dropdown/ng-multiselect-dropdown.module.d.ts:12:21 - error TS2694: Namespace '"D:/Dev/src/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'.

12 static ɵinj: i0.ɵɵInjectorDeclaration;
~~~~~~~~~~~~~~~~~~~~~

** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

@ag40539
Copy link
Author

ag40539 commented Aug 1, 2024

@NileshPatel17 : Could you please help with the above issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant