https://github.com/angular/angular
Raw File
Tip revision: cc57d4c4998b4e38f940afdf358af37185028072 authored by Pawel Kozlowski on 17 April 2024, 15:37:56 UTC
release: cut the v17.3.5 release
Tip revision: cc57d4c
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

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

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