https://github.com/angular/angular
Raw File
Tip revision: 1d761bd7c74ac2b7dfe5f7dba0ff16fd6170afe2 authored by Andrew Kushnir on 12 April 2023, 19:04:13 UTC
release: cut the v15.2.7 release
Tip revision: 1d761bd
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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