mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9a27c4cb50
The existing scripts were amended to work on one example at a time
8 lines
161 B
Python
8 lines
161 B
Python
load("//aio/content/examples:examples.bzl", "docs_example")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
docs_example(
|
|
name = "inputs-outputs",
|
|
)
|