This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Angular Universal
2
2
3
- ## This repository has been moved to Angular CLI repo
3
+ Angular Universal was a project to expand on the core APIs from Angular
4
+ (platform-server) to enable developers to do server side rendering of Angular
5
+ applications in a variety of scenarios.
4
6
5
- You can find the Angular CLI repo [ here] ( https://github.com/angular/angular-cli ) .
7
+ ## This repository has been merged into the Angular CLI repo
8
+
9
+ In version 17, Universal has been moved into the
10
+ [ Angular CLI repo] ( https://github.com/angular/angular-cli ) . Code has been
11
+ refactored and renamed (mostly under
12
+ [ ` @angular/ssr ` ] ( https://github.com/angular/angular-cli/tree/main/packages/angular/ssr/ )
13
+ now), but the core functionality and architecture is unchanged.
14
+
15
+ Universal features such as server-side rendering and build-time prerendering are
16
+ now directly supported in Angular CLI and do not require a separate integration
17
+ with Universal.
18
+
19
+ As a result, this repository is effectively in maintenance mode and is no longer
20
+ accepting contributions. Improvements to Angular's SSR/prerendering tooling
21
+ should be made against the [ CLI repo] ( https://github.com/angular/angular-cli )
22
+ directly. Universal versions under long-term support (LTS) are still maintained
23
+ by the Angular team and will continue to receive security fixes until they fall
24
+ out of LTS.
You can’t perform that action at this time.
0 commit comments