Skip to content

Commit

Permalink
Add utils dep to shell/BUILD to avoid transitive dep (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Jun 10, 2024
1 parent 1b57454 commit 57cecd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesop/web/src/shell/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ng_module(
"//mesop/web/src/component_renderer",
"//mesop/web/src/error",
"//mesop/web/src/services",
"//mesop/web/src/utils",
] + ANGULAR_CORE_DEPS + ANGULAR_CDK_TS_DEPS + ANGULAR_MATERIAL_TS_DEPS,
)

Expand Down

0 comments on commit 57cecd6

Please sign in to comment.