mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b8b6c8c77a
Replace all <code-example>-s within TS files that contain only a path and a region with JSDoc @example-s. PR Close #59004
9 lines
144 B
Python
9 lines
144 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "files_for_docgen",
|
|
srcs = glob([
|
|
"**/*.ts",
|
|
]),
|
|
)
|