I am using webpack in angular2 and when i try to run my app i get an error stating
Cannot find module \"@angular/animations\"
Looks like in Angular 2 this was a part of core, as shown in the archived documentation:
import { Component, Input, trigger, state, style, transition, animate } from '@angular/core';