tech-advantage / ngx-icon-picker

An Icon Picker Directive/Component for Angular 13+ which manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material.
MIT License
24 stars 33 forks source link

Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments. #70

Closed joharzmn closed 1 year ago

joharzmn commented 1 year ago

Version: 1.10.0

Angular Version: 14.3.2

image

michaelmarcuccio commented 1 year ago

There is no angular version 14.3.2

DLazorenkoNteract commented 1 year ago

image Have the same error in Azure pipeline (builds fine locally)

michaelmarcuccio commented 1 year ago

This probably won't be looked into until someone who runs into the error gives information such as actual Angular version.

DLazorenkoNteract commented 1 year ago

This probably won't be looked into until someone who runs into the error gives information such as actual Angular version.

Angular: 14.2.12 ngx-icon-picker: 1.10.0 - error, 1.9.1 works fine.

michaelmarcuccio commented 1 year ago

I am able to reproduce this issue with a new Angular project v14 and ngx-icon-picker v1.10.0. For some reason when 'preparing' ngx-icon-picker locally and 'npm link' into the Angular v14 project instead of using the v1.10.0 npm package, I don't get the build errors. @greg7859 any idea as to why this would occur?

Edit: Nevermind, was missing "preserveSymlinks": true in angular.json