-
Notifications
You must be signed in to change notification settings - Fork 49
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
Uncaught Error: Unexpected value 'SpinnerModule' imported by the module 'AppModule'. Please add a @NgModule annotation. #32
Comments
+1 |
1 similar comment
+1 |
The modul is installing its own angular 4.4.6 Version -> node_modules folder in node_modules folder. |
In addition to what @Mojo1 said, to get this to build properly in AOT / production I had to add the following to the tsconfig.json file:
|
+1 |
1 similar comment
+1 |
I am following all the steps specified in the README file
This library works with Angular 5.2.0?
Below my environment:
Angular CLI: 1.6.4
Node: 7.10.1
OS: win32 x64
Angular: 5.2.0
angular/cli: 1.6.4
angular-devkit/build-optimizer: 0.0.38
angular-devkit/core: 0.0.25
angular-devkit/schematics: 0.0.48
ngtools/json-schema: 1.1.0
ngtools/webpack: 1.9.4
schematics/angular: 0.1.13
schematics/schematics: 0.0.13
typescript: 2.6.2
webpack: 3.10.0
The text was updated successfully, but these errors were encountered: