File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ng_module(
13
13
"@angular//packages/common" ,
14
14
"@angular//packages/core" ,
15
15
"@angular//packages/forms" ,
16
- "@npm //moment" ,
16
+ "@matdeps //moment" ,
17
17
"//src/material-moment-adapter" ,
18
18
] + CDK_TARGETS + MATERIAL_TARGETS ,
19
19
# Specify the tsconfig that is also used by Gulp. We need to explicitly use this tsconfig
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ts_library(
7
7
name = "example-module-lib" ,
8
8
srcs = glob (["**/*.ts" ]),
9
9
deps = [
10
- "@npm //@types/node" ,
11
- "@npm //typescript" ,
10
+ "@matdeps //@types/node" ,
11
+ "@matdeps //typescript" ,
12
12
],
13
13
tsconfig = ":tsconfig.json" ,
14
14
)
@@ -17,8 +17,8 @@ nodejs_binary(
17
17
name = "bazel-bin" ,
18
18
entry_point = "angular_material/tools/example-module/bazel-bin.js" ,
19
19
data = [
20
- "@npm //typescript" ,
21
- "@npm //source-map-support" ,
20
+ "@matdeps //typescript" ,
21
+ "@matdeps //source-map-support" ,
22
22
":example-module-lib" ,
23
23
":example-module.template" ,
24
24
],
You can’t perform that action at this time.
0 commit comments