-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
I have followed the official documentation ro install material design for angular2, but when I import BrowserAnimationsModule:
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
I get this error:
Cannot find module '@angular/platform-browser/animations'
this is my package.json file:
"dependencies": {
"@angular/animations": "^4.2.5",
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/material": "^2.0.0-beta.7",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6"
},Metadata
Metadata
Assignees
Labels
No labels