https://github.com/angular/angular
Raw File
Tip revision: 938d7a65f65e77b65c0d40919de97547f0305b3a authored by Alex Rickabaugh on 02 August 2023, 19:38:15 UTC
release: cut the v16.1.8 release
Tip revision: 938d7a6
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

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

docs_example(
    name = "rx-library",
)
back to top