https://github.com/angular/angular
Raw File
Tip revision: 60dbc2b39dc36cd5c4f4f52acdd52e7da97ae9dd authored by Joey Perrott on 18 March 2024, 18:22:08 UTC
fix(docs-infra): remove part aio infra
Tip revision: 60dbc2b
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
)
back to top