We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the Angular 8 cli branch.
I'm trying to get anything from ngx-bootstrap to simply work in a plugin, even if the plugin imports the entire library.
I was able to get @angular/material working just fine.
Placing an entry linke 'ngx-bootstrap' in externals doesn't do the trick. I get:
ERROR Error: Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule)[t -> function(){}]: StaticInjectorError(Platform: core)[t -> function(){}]: NullInjectorError: No provider for function(){}! NullInjectorError: StaticInjectorError(AppModule)[t -> function(){}]: StaticInjectorError(Platform: core)[t -> function(){}]: NullInjectorError: No provider for function(){}! at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the Angular 8 cli branch.
I'm trying to get anything from ngx-bootstrap to simply work in a plugin, even if the plugin imports the entire library.
I was able to get @angular/material working just fine.
Placing an entry linke 'ngx-bootstrap' in externals doesn't do the trick. I get:
ERROR Error: Uncaught (in promise): NullInjectorError: StaticInjectorError(AppModule)[t -> function(){}]:
StaticInjectorError(Platform: core)[t -> function(){}]:
NullInjectorError: No provider for function(){}!
NullInjectorError: StaticInjectorError(AppModule)[t -> function(){}]:
StaticInjectorError(Platform: core)[t -> function(){}]:
NullInjectorError: No provider for function(){}!
at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get
The text was updated successfully, but these errors were encountered: