d7f7826363
With this change downstream users will no longer need to build ts-api-guardian from source as now the bazel rule is available in the npm package. This can be used by installing ts-api-guardian as a devDependency and changing the load syntax from: ``` load("@angular//tools/ts-api-guardian:index.bzl", "ts_api_guardian_test") ``` to: ``` load("@npm_ts_api_guardian//:index.bzl", "ts_api_guardian_test") ``` **Note**: downstream users should also clean their `WORKSPACE` and remove the dependencies of angular workspace. PR Close #29977 |
||
---|---|---|
.. | ||
brotli-cli | ||
build | ||
cjs-jasmine | ||
gulp-tasks | ||
material-ci | ||
ngcontainer | ||
npm | ||
public_api_guard | ||
rxjs | ||
source-map-test | ||
symbol-extractor | ||
testing | ||
ts-api-guardian | ||
tslint | ||
validate-commit-message | ||
yarn | ||
BUILD.bazel | ||
bazel_stamp_vars.js | ||
check-environment.js | ||
defaults.bzl | ||
jasmine-seed-generator.js | ||
jsconfig.json | ||
postinstall-patches.js | ||
rebase-pr.js | ||
tsconfig-test.json | ||
tsconfig.json | ||
types.d.ts | ||
utils.inc |