angular/aio/content/examples/ngcontainer/BUILD.bazel
Derek Cormier 7a134cf41a build(bazel): incrementally run aio example e2e tests
Replaces the workflow where all example e2es are run at once
2022-11-22 13:51:16 -07:00

8 lines
176 B
Text

load("//aio/content/examples:examples.bzl", "docs_example")
package(default_visibility = ["//visibility:public"])
docs_example(
name = "ngcontainer",
test = False,
)