We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd1d30 commit 22d96e1Copy full SHA for 22d96e1
WORKSPACE
@@ -4,6 +4,14 @@ workspace(
4
managed_directories = {"@npm": ["node_modules"]},
5
)
6
7
+# Point to the nested WORKSPACE we merged from github.com/angular/material.angular.io
8
+# NB: even though this isn't referenced anywhere, it's required for Bazel to know about the
9
+# nested workspace so that wildcard patterns like //... don't descend into it.
10
+local_repository(
11
+ name = "material_angular_io",
12
+ path = "./material.angular.io",
13
+)
14
+
15
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
16
17
# Add NodeJS rules
0 commit comments