-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Error: Can't resolve all parameters for MatSelectCountryModule: (?, ?) #25
Comments
+1 |
1 similar comment
+1 |
I think that removing HttpClientModule from the library in the new 1.3.0 version in order to fix the interceptors issue made this issue. @AnthonyNahas It would be great if this can be fixed soon because I am using http interceptors too in my project and now I can not event run the whole project. |
I am also getting the same error I just followed 2 steps:
That's it Referred this https://angular-material-extensions.github.io/select-country/doc/index.html |
In my project I am using Angular 8 and I was getting this error as well. I ended up by install version 1.2.0 and remove src from output:
|
Did you import the http client module ? |
This was imported in a sub-module without http module. |
Finally solved in v.1.3.1 thanks for contributing 🍻 |
I did what you sayid and that worked for me thanks |
thanks for sharing 🐈 |
When starting application I receive the following error
Error: Can't resolve all parameters for MatSelectCountryModule: (?, ?)
My package.json
"dependencies": { "@angular-material-extensions/select-country": "^1.3.0", "@angular/animations": "^9.1.12", "@angular/cdk": "^9.2.4", "@angular/common": "^9.0.0", "@angular/compiler": "^9.0.0", "@angular/core": "^9.0.0", "@angular/flex-layout": "^10.0.0-beta.32", "@angular/forms": "^9.1.12", "@angular/material": "^9.2.4", "@angular/platform-browser": "^9.0.0", "@angular/platform-browser-dynamic": "^9.0.0", "@angular/platform-server": "^9.0.0", "@angular/router": "^9.0.0", "@nguniversal/module-map-ngfactory-loader": "^7.1.1", "bootstrap": "^4.1.3", "classlist.js": "^1.1.20150312", "core-js": "^3.6.5", "hammerjs": "^2.0.8", "jquery": "^3.5.1", "popper.js": "^1.14.3", "rxjs": "^6.6.0", "rxjs-compat": "^6.4.0", "svg-country-flags": "^1.2.7", "zone.js": "^0.10.3" },
The text was updated successfully, but these errors were encountered: