Skip to content

Commit

Permalink
build: add tslib dependency to @angular/ssr target
Browse files Browse the repository at this point in the history
Not sure why this wasn't needed before, but it seems to be necessary with the version bumps.
  • Loading branch information
dgp1130 authored and alan-agius4 committed Oct 17, 2024
1 parent 80c8d9b commit 1ac8b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/ssr/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ts_library(
"@npm//@angular/core",
"@npm//@angular/platform-server",
"@npm//@angular/router",
"@npm//tslib",
],
)

Expand Down

0 comments on commit 1ac8b41

Please sign in to comment.