https://github.com/angular/angular
Raw File
Tip revision: be7becae9aa52fc824a8fd16c3d725ab1bd96092 authored by Alex Rickabaugh on 14 December 2023, 01:10:12 UTC
release: cut the v17.1.0-next.4 release
Tip revision: be7beca
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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