The docs examples are switched to Ivy. On CI, the tests are run with both Ivy and ViewEngine. Partially addresses: [FW-1609](https://angular-team.atlassian.net/browse/FW-1609) PR Close #36143
24 lines
559 B
JSON
24 lines
559 B
JSON
{
|
|
"scripts": [
|
|
{ "name": "ng", "command": "ng" },
|
|
{ "name": "build", "command": "ng build" },
|
|
{ "name": "start", "command": "ng serve" },
|
|
{ "name": "test", "command": "ng test" },
|
|
{ "name": "lint", "command": "ng lint" },
|
|
{ "name": "e2e", "command": "ng e2e" }
|
|
],
|
|
"dependencies": [
|
|
"angular",
|
|
"angular-route"
|
|
],
|
|
"devDependencies": [
|
|
"@angular/cli",
|
|
"@types/angular",
|
|
"@types/angular-route",
|
|
"@types/jasminewd2",
|
|
"jasmine-spec-reporter",
|
|
"karma-coverage-istanbul-reporter",
|
|
"ts-node"
|
|
]
|
|
}
|