https://github.com/angular/angular
Raw File
Tip revision: 642cc1c349d31d2e4b89a8c8ee5f090a2ac599c3 authored by Pawel Kozlowski on 08 February 2023, 18:23:17 UTC
release: cut the v15.2.0-next.4 release
Tip revision: 642cc1c
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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