-
Notifications
You must be signed in to change notification settings - Fork 145
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
latest angular-cli breaks build #165
Comments
Same problem here. This module is not compatible with the latest angular2 anymore. @angular/cli: 1.0.0-rc.1 Also checkout: |
I've just run into this and using the following import statement fixed it for me:
Edit: Now it's suddenly stopped working... Slightly confused as nothing has changed in the short time since my original comment. Edit 2: Rather strange, it seems that if I change it back to |
@tkoseoglu Your Answer is here, Look at my comment here |
I've updated my local version of angular-cli, 1.0.0-beta.28.3.
Now, my app doesn't build any more with error message:
"NgSemanticModule is not an NgModule"
Thank you
--tolga
The text was updated successfully, but these errors were encountered: