Skip to content

Commit 1ac8b41

Browse files
dgp1130alan-agius4
authored andcommitted
build: add tslib dependency to @angular/ssr target
Not sure why this wasn't needed before, but it seems to be necessary with the version bumps.
1 parent 80c8d9b commit 1ac8b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/ssr/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ts_library(
2424
"@npm//@angular/core",
2525
"@npm//@angular/platform-server",
2626
"@npm//@angular/router",
27+
"@npm//tslib",
2728
],
2829
)
2930

0 commit comments

Comments
 (0)