https://github.com/angular/angular
Raw File
Tip revision: c92220a5f94043782d6b0eb7e86866192aaab7e3 authored by Andrew Kushnir on 17 May 2023, 18:27:43 UTC
release: cut the v16.0.2 release
Tip revision: c92220a
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

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

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