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 c21632c commit 10a1053Copy full SHA for 10a1053
packages/angular/cli/BUILD.bazel
@@ -107,15 +107,14 @@ ts_project(
107
"node_modules/**",
108
],
109
),
110
- # TODO: Fix strict_deps failure
111
- ignore_strict_deps = True,
112
deps = [
113
":angular-cli_rjs",
+ ":node_modules/@angular-devkit/core",
+ ":node_modules/@angular-devkit/schematics",
114
"//:node_modules/@types/semver",
115
"//:node_modules/@types/yargs",
116
- "//packages/angular_devkit/core:core_rjs",
117
- "//packages/angular_devkit/schematics:schematics_rjs",
118
- "//packages/angular_devkit/schematics/testing:testing_rjs",
+ "//:node_modules/semver",
+ "//:node_modules/yargs",
119
120
)
121
0 commit comments