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