Skip to content

Commit 2ddc309

Browse files
committed
feat(@angular/cli): adding language service and animations
1 parent 646c14f commit 2ddc309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@angular/cli/blueprints/ng/files/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15+
"@angular/animations": "^4.0.0",
1516
"@angular/common": "^4.0.0",
1617
"@angular/compiler": "^4.0.0",
1718
"@angular/core": "^4.0.0",
1819
"@angular/forms": "^4.0.0",
1920
"@angular/http": "^4.0.0",
21+
"@angular/language-service": "^4.0.0",
2022
"@angular/platform-browser": "^4.0.0",
2123
"@angular/platform-browser-dynamic": "^4.0.0",
2224
"@angular/router": "^4.0.0",

0 commit comments

Comments
 (0)