This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ http_archive(
38
38
# Angular material
39
39
http_archive (
40
40
name = "angular_material" ,
41
- url = "https://github.com/gregmagolan/material2/archive/d7ac6c5376b60bb9e5c41fc7a02c37fba922c3ad .zip" ,
42
- strip_prefix = "material2-d7ac6c5376b60bb9e5c41fc7a02c37fba922c3ad " ,
41
+ url = "https://github.com/gregmagolan/material2/archive/129694bb7305218ff8dc62827a14059fab4ff0ba .zip" ,
42
+ strip_prefix = "material2-129694bb7305218ff8dc62827a14059fab4ff0ba " ,
43
43
)
44
44
45
45
# Rules for compiling sass
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ ts_devserver(
41
41
entry_module = "angular_bazel_example/src/main.dev" ,
42
42
scripts = [
43
43
":require.config.js" ,
44
+ ":module-id.js" ,
44
45
],
45
46
# This is the URL we'll point our <script> tag at
46
47
serving_path = "/bundle.min.js" ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ ts_web_test_suite(
52
52
bootstrap = [
53
53
"@npm//node_modules/zone.js:dist/zone-testing-bundle.js" ,
54
54
"@npm//node_modules/reflect-metadata:Reflect.js" ,
55
+ "//src:module-id.js" ,
55
56
],
56
57
browsers = [
57
58
"@io_bazel_rules_webtesting//browsers:chromium-local" ,
Original file line number Diff line number Diff line change
1
+ var module = { id : '' } ;
You can’t perform that action at this time.
0 commit comments