test(bazel): Build and test ts-api-guardian locally (#22544)

Also use it to test the public API for core and common

Once we have an ng_package for every package, we can remove
the npm dependency on ts-api-guardian and the gulp-based
public api check.

PR Close #22544
This commit is contained in:
Alex Eagle
2018-03-01 10:41:35 -08:00
parent 25faf808a5
commit 4f60968704
23 changed files with 2731 additions and 108 deletions

View File

@ -26,6 +26,7 @@ const srcsToFmt = [
`!${I18N_FOLDER}/currencies.ts`,
`!${I18N_FOLDER}/locale_en.ts`,
'!tools/gulp-tasks/cldr/extract.js',
'!tools/ts-api-guardian/test/fixtures/**',
];
module.exports = {