https://github.com/angular/angular
Raw File
Tip revision: 00f293c35f74a71d08e8f66efa50fe7194377355 authored by Andrew Kushnir on 21 June 2023, 18:20:23 UTC
release: cut the v16.1.2 release
Tip revision: 00f293c
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

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

docs_example(
    name = "observables",
)
back to top