Skip to content

Commit be65a2b

Browse files
devversionandrewseguin
authored andcommitted
chore: remove unused schematics readme (#13604)
* Since we already track all available schematics in the schematics guide, we should remove the outdated `README.md` for the Angular Material schematics. * Also while being at it, we should remove the readme for the CDK schematics as well because there is no useful information stored within that readme (the source is self-explaining; and documented mostly)
1 parent a90aaea commit be65a2b

File tree

4 files changed

+2
-33
lines changed

4 files changed

+2
-33
lines changed

src/cdk/schematics/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports_files(["#bazel_workaround.txt"])
1010

1111
filegroup(
1212
name = "schematics_assets",
13-
srcs = glob(["**/files/**/*", "**/*.json"]) + ["README.md"],
13+
srcs = glob(["**/files/**/*", "**/*.json"]),
1414
)
1515

1616
ts_library(

src/cdk/schematics/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/lib/schematics/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("//tools:defaults.bzl", "jasmine_node_test")
77

88
filegroup(
99
name = "schematics_assets",
10-
srcs = glob(["**/files/**/*", "**/*.json"]) + ["README.md"],
10+
srcs = glob(["**/files/**/*", "**/*.json"]),
1111
)
1212

1313
ts_library(

src/lib/schematics/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)