This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a4398aa17f
angular-cn
/
tools
/
public_api_guard
/
BUILD.bazel
4 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
build: don't depend on npm packages from public api tests (#26602) We need only the inputs from ng_module. PR Close #26602
2018-10-19 17:41:26 -04:00
load
(
"
:public_api_guard.bzl
"
,
"
generate_targets
"
)
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
2018-03-01 13:41:35 -05:00
build: don't depend on npm packages from public api tests (#26602) We need only the inputs from ng_module. PR Close #26602
2018-10-19 17:41:26 -04:00
generate_targets
(
glob
(
[
"
**/*.d.ts
"
]
)
)