mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d49333edc3
This will gracefully error on templates when the resulting template would have invalid i18n nested structures. PR Close #53638 PR Close #53639
9 lines
174 B
Python
9 lines
174 B
Python
load("//aio/content/examples:examples.bzl", "docs_example")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
docs_example(
|
|
name = "ngmodules",
|
|
test = False,
|
|
)
|