Skip to content

Commit 690ddbe

Browse files
committed
build: add missing dependency
Fixes a missing dependency that's breaking the build.
1 parent f04596e commit 690ddbe

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)