Skip to content

Commit a6a70f6

Browse files
authored
build: add missing dependency (#30229)
Fixes a missing dependency that's breaking the build.
1 parent f04596e commit a6a70f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components-examples/material/sidenav/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ng_module(
2727
"//src/material/toolbar",
2828
"@npm//@angular/forms",
2929
"@npm//@angular/platform-browser",
30+
"@npm//@angular/router",
3031
"@npm//@types/jasmine",
3132
],
3233
)

0 commit comments

Comments
 (0)