Skip to content

Commit 9fe49ba

Browse files
committed
build: add missing dependency (#30229)
Fixes a missing dependency that's breaking the build. (cherry picked from commit a6a70f6)
1 parent dfa5d98 commit 9fe49ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)