mirror of
https://github.com/angular/angular-cli.git
synced 2025-06-02 11:16:09 +08:00
The dev-infra tooling now directly provides public API change testing capabilities that leverage the `api-extractor` utility. These new testing capabilities are shared with framework and components. `ts-api-guardian` has been removed as a dependency as a result.
9 lines
149 B
Python
9 lines
149 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "public-api",
|
|
srcs = glob([
|
|
"public-api/**/*.md",
|
|
]),
|
|
)
|