https://github.com/angular/angular
Raw File
Tip revision: 4b46819ed10cd2b924d126701c5d4b1c63bc62c5 authored by Pawel Kozlowski on 16 August 2023, 17:15:27 UTC
release: cut the v16.2.1 release
Tip revision: 4b46819
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

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

docs_example(
    name = "form-validation",
)
back to top