angular/tools/manual_api_docs/elements/BUILD.bazel
Jeremy Elbourn 64db486edc build: add rules for generating block/element API data (#52480)
Adds build rules for "artificially" generating `DocEntry` collections for block and element APIs. The two rules are very similar, but _just_ different enough that it's worth having two separate implementations.

PR Close #52480
2023-11-02 11:02:08 -07:00

6 lines
171 B
Text

load("//tools/manual_api_docs:generate_element_api_json.bzl", "generate_element_api_json")
generate_element_api_json(
name = "elements",
srcs = glob(["*.md"]),
)