I am using webpack in angular2 and when i try to run my app i get an error stating
Cannot find module \"@angular/animations\"
You must import angular animation module like this:
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';import {trigger,state,style,animate,transition}from '@angular/animations';