https://github.com/angular/angular
Raw File
Tip revision: 836530fdfde987f60716b16e6bebfa4f2f51112b authored by Paul Gschwendtner on 13 October 2023, 10:37:44 UTC
test: update symbol golden for defer
Tip revision: 836530f
BUILD.bazel
load("//aio/content/examples:examples.bzl", "docs_example")

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

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