channelz: add back angular build CLI tool (#293)

This is required for the 'ng build' command to be available, which
is how angular apps are built on the CLI.

Previously I was too aggressive in pruning packages to fix the security
audit findings and removed this package.
This commit is contained in:
zpencer 2018-07-10 09:03:41 -07:00 committed by GitHub
parent 9986ff8603
commit ac46dc6016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5245 additions and 14 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@
"@angular/cli": "^6.0.8", "@angular/cli": "^6.0.8",
"@angular/compiler-cli": "^6.0.3", "@angular/compiler-cli": "^6.0.3",
"@angular/language-service": "^6.0.3", "@angular/language-service": "^6.0.3",
"@angular-devkit/build-angular": "^0.6.8",
"@types/jasmine": "^2.8.8", "@types/jasmine": "^2.8.8",
"@types/jasminewd2": "^2.0.2", "@types/jasminewd2": "^2.0.2",
"@types/node": "^6.0.112", "@types/node": "^6.0.112",