-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
No suitable injection token for parameter 'iconRegistry' of class 'MatSelectCountryModule'. no type or decorator #24
Comments
+1 |
which lib version are you using ? |
Angular CLI: 9.1.11 Angular: 9.1.12 Package Version@angular-devkit/architect 0.901.11 |
I have the same problem, I installed the library using the both installation ways
|
same problem since version 1.2.1 |
Hi, Thanks for the amazing module above. I have upgraded angular cli and material to 10.0.10 , also have updated Have this error : No suitable injection token for parameter 'iconRegistry' of |
NEW ERROR AFTER UPGRADE THIS MODULE TO LATEST VERSION ON ANGULAR 10. MY DEV ENVIRONMENT IS : Node Version : // package,json below : "name": "", angular.json below :
|
Finally solved in v.1.3.1 thanks for contributing 🍻 |
ERROR in Failed to compile entry-point
@angular-material-extensions/select-country (es2015 as esm2015) due to compilation errors:
ntry (es2015 as esm2015) due to compilation errors:
node_modules/@angular-material-extensions/select-country/fesm2015/angular-material-extensions-select-country.js:1354:17 - error NG2003: No suitable injection token for parameter 'iconRegistry' of class 'MatSelectCountryModule'.
no type or decorator
1354 constructor(iconRegistry, sanitizer) {
~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: