mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
This commit enables server-side rendering (SSR) in Vite when prerendering is turned off. It also imports `@angular/compiler` in the SSR middleware to resolve the following issue: ``` [vite] Internal server error: The injectable 'PlatformNavigation' needs to be compiled using the JIT compiler, but '@angular/compiler' is not available. The injectable is part of a library that has been partially compiled. However, the Angular Linker has not processed the library to utilize JIT compilation as a fallback. Ideally, the library should be processed with the Angular Linker for complete AOT compilation. ``` Closes #28523
/packages
Folder
This folder is the root of all defined packages in this repository.
Packages that are marked as private: true
will not be published to NPM.
This folder includes a directory for every scope in NPM, without the @
sign. Then one folder
per package, which contains the package.json
.