Skip to content

Commit 10a1053

Browse files
josephperrottclydin
authored andcommitted
refactor(@angular/cli): fix dependencies and import paths for strict deps requirements
1 parent c21632c commit 10a1053

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/angular/cli/BUILD.bazel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,14 @@ ts_project(
107107
"node_modules/**",
108108
],
109109
),
110-
# TODO: Fix strict_deps failure
111-
ignore_strict_deps = True,
112110
deps = [
113111
":angular-cli_rjs",
112+
":node_modules/@angular-devkit/core",
113+
":node_modules/@angular-devkit/schematics",
114114
"//:node_modules/@types/semver",
115115
"//: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",
116+
"//:node_modules/semver",
117+
"//:node_modules/yargs",
119118
],
120119
)
121120

0 commit comments

Comments
 (0)