Skip to content

Commit

Permalink
build: add missing dependency (#30229)
Browse files Browse the repository at this point in the history
Fixes a missing dependency that's breaking the build.
  • Loading branch information
crisbeto authored Dec 23, 2024
1 parent f04596e commit a6a70f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components-examples/material/sidenav/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ng_module(
"//src/material/toolbar",
"@npm//@angular/forms",
"@npm//@angular/platform-browser",
"@npm//@angular/router",
"@npm//@types/jasmine",
],
)
Expand Down

0 comments on commit a6a70f6

Please sign in to comment.