https://github.com/angular/angular
Raw File
Tip revision: 986e80e9db46a267d33667464bb64c3501f8c72b authored by Jessica Janiuk on 12 May 2022, 22:05:49 UTC
release: cut the v13.3.8 release (#45976)
Tip revision: 986e80e
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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