mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is so that server side rendering does not throw an exception when it encounters animations on the server side and does not need the user to explicitly setup NoopAnimationsModule in their app server module. Fixes #15098, #14784. PR Close #15131
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"name": "language_service_plugin",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"decription": "Angular Langauge Service plugin integration test",
|
|
"dependencies": {
|
|
"@angular/animations": "file:../../dist/packages-dist/animations",
|
|
"@angular/common": "file:../../dist/packages-dist/common",
|
|
"@angular/compiler": "file:../../dist/packages-dist/compiler",
|
|
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
|
|
"@angular/core": "file:../../dist/packages-dist/core",
|
|
"@angular/language-service": "file:../../dist/packages-dist/language-service",
|
|
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
|
|
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
|
|
"@angular/tsc-wrapped": "file:../../dist/tools/@angular/tsc-wrapped",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/node": "^7.0.5",
|
|
"minimist": "^1.2.0",
|
|
"rxjs": "file:../../node_modules/rxjs",
|
|
"typescript": "^2.1.5",
|
|
"zone.js": "0.7.6"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "scripts/install.sh",
|
|
"test": "tsc -p tools && scripts/test.sh"
|
|
}
|
|
}
|