https://github.com/angular/angular
Raw File
Tip revision: e41245b34469d5a5353fcb257cb034433058b8d4 authored by Dylan Hunn on 13 July 2023, 17:46:24 UTC
release: cut the v16.1.5 release
Tip revision: e41245b
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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