We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7be80 commit fc3f345Copy full SHA for fc3f345
packages/schematics/schematics/BUILD.bazel
@@ -26,6 +26,18 @@ ts_library(
26
"//packages/schematics/schematics:blank/schema.ts",
27
"//packages/schematics/schematics:schematic/schema.ts",
28
],
29
+ data = glob(
30
+ include = [
31
+ "collection.json",
32
+ "package.json",
33
+ "blank/schema.json",
34
+ "blank/project-files/**/*",
35
+ "blank/schematic-files/**/*",
36
+ "schematic/schema.json",
37
+ "schematic/files/**/*",
38
+ ],
39
+ ),
40
+ module_name = "@schematics/schematics",
41
deps = [
42
"//packages/angular_devkit/core",
43
"//packages/angular_devkit/schematics",
0 commit comments