File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed
Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ ng_module(
2525 ":config" ,
2626 "//tensorboard/webapp/angular:expect_angular_platform_browser_animations" ,
2727 "//tensorboard/webapp/core" ,
28+ "//tensorboard/webapp/core/actions" ,
29+ "//tensorboard/webapp/core/store" ,
2830 "//tensorboard/webapp/header" ,
2931 "//tensorboard/webapp/plugins" ,
3032 "//tensorboard/webapp/reloader" ,
Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ tf_ts_library(
1515 "//tensorboard/webapp/webapp_data_source" ,
1616 "//tensorboard/webapp/types" ,
1717 "@npm//@angular/common" ,
18- "@npm//@angular/compiler" ,
1918 "@npm//@angular/core" ,
2019 "@npm//@ngrx/effects" ,
2120 "@npm//@ngrx/store" ,
22- "@npm//@types/jasmine" ,
2321 "@npm//rxjs" ,
2422 ],
2523)
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ ng_module(
2222 "//tensorboard/webapp/angular:expect_angular_material_tabs" ,
2323 "//tensorboard/webapp/angular:expect_angular_material_toolbar" ,
2424 "//tensorboard/webapp/core" ,
25+ "//tensorboard/webapp/core/actions" ,
26+ "//tensorboard/webapp/core/store" ,
2527 "//tensorboard/webapp/settings" ,
2628 "//tensorboard/webapp/types" ,
2729 "@npm//@angular/common" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ ng_module(
1111 ],
1212 deps = [
1313 "//tensorboard/webapp/core" ,
14+ "//tensorboard/webapp/core/store" ,
15+ "//tensorboard/webapp/core/actions" ,
1416 "@npm//@angular/core" ,
1517 "@npm//@ngrx/store" ,
1618 "@npm//rxjs" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ ng_module(
2020 "//tensorboard/webapp/angular:expect_angular_material_icon" ,
2121 "//tensorboard/webapp/angular:expect_angular_material_input" ,
2222 "//tensorboard/webapp/core" ,
23+ "//tensorboard/webapp/core/store" ,
24+ "//tensorboard/webapp/core/actions" ,
2325 "@npm//@angular/common" ,
2426 "@npm//@angular/core" ,
2527 "@npm//@angular/forms" ,
You can’t perform that action at this time.
0 commit comments