You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an angular 2 project. I installed angular2-busy dependency with npm.
Then, i got a compile error: "ERROR in ./~/angular2-busy/build/busy-backdrop.component.js
Module not found: Error: Can't resolve '@angular/animations".
I make a google search on this and i found that the module @angular/animations have been introduced since angular 4, and is not included in angular 2.
So, my request is how should i build the source of angular2-busy to be compatible with an angular 2 project ?
The text was updated successfully, but these errors were encountered:
I have an angular 2 project. I installed angular2-busy dependency with npm.
Then, i got a compile error: "ERROR in ./~/angular2-busy/build/busy-backdrop.component.js
Module not found: Error: Can't resolve '@angular/animations".
I make a google search on this and i found that the module @angular/animations have been introduced since angular 4, and is not included in angular 2.
So, my request is how should i build the source of angular2-busy to be compatible with an angular 2 project ?
The text was updated successfully, but these errors were encountered: