shaolinshaosson
shaolinshaosson
@Sky4CE awesome! 2 days of headaches gone just like that
Make sure you imported BrowserAnimationsModule in your app-module. ``` import {NgModule} from '@angular/core'; import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; import {BusyModule} from 'angular2-busy'; @NgModule({ imports: [ // ... BrowserAnimationsModule, BusyModule ], //...
Hm, could be your typescript version is to old. https://github.com/angular/angular-cli/issues/5693#issuecomment-292755576
try npm install '@angular/animations' -- save Doesn't seem you have all the packages installed correctly, try the above command and/or post your package.json so people can have a look