Skip to content

Commit

Permalink
Make rxjs a direct dep for theme_service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Jul 29, 2024
1 parent 0cc49cc commit 3aec493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesop/web/src/services/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//build_defs:defaults.bzl", "ANGULAR_CORE_DEPS", "ng_module")
load("//build_defs:defaults.bzl", "ANGULAR_CORE_DEPS", "THIRD_PARTY_JS_RXJS", "ng_module")

package(
default_visibility = ["//build_defs:mesop_internal"],
Expand All @@ -13,5 +13,5 @@ ng_module(
"//mesop/protos:ui_jspb_proto",
"//mesop/web/src/dev_tools/services",
"//mesop/web/src/utils",
] + ANGULAR_CORE_DEPS,
] + ANGULAR_CORE_DEPS + THIRD_PARTY_JS_RXJS,
)

0 comments on commit 3aec493

Please sign in to comment.