mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 01:54:04 +08:00
The `@angular/ssr` package does not require the Angular compiler and can instead use the `ts_library` to compile the TypeScript code. The `@angular/bazel` package has also been update and a more limited patch is now used due to only needing the `ng_package` rule. The continued use of the `ng_package` rule maintains the existing output structure for the `@angular/ssr` package.