https://github.com/angular/angular
Raw File
Tip revision: b9aeb858d528c8c229be13a754cc36084bffcbdf authored by Andrew Kushnir on 10 May 2023, 18:08:20 UTC
release: cut the v16.0.1 release
Tip revision: b9aeb85
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

package(default_visibility = ["//visibility:public"])

docs_example(
    name = "ngcontainer",
    test = False,
)
back to top