Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 authored and alan-agius4 committed Oct 13, 2023
1 parent f27226a commit c8ac60f
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Angular Universal

## This repository has been moved to Angular CLI repo
Angular Universal was a project to expand on the core APIs from Angular
(platform-server) to enable developers to do server side rendering of Angular
applications in a variety of scenarios.

You can find the Angular CLI repo [here](https://github.com/angular/angular-cli).
## This repository has been merged into the Angular CLI repo

In version 17, Universal has been moved into the
[Angular CLI repo](https://github.com/angular/angular-cli). Code has been
refactored and renamed (mostly under
[`@angular/ssr`](https://github.com/angular/angular-cli/tree/main/packages/angular/ssr/)
now), but the core functionality and architecture is unchanged.

Universal features such as server-side rendering and build-time prerendering are
now directly supported in Angular CLI and do not require a separate integration
with Universal.

As a result, this repository is effectively in maintenance mode and is no longer
accepting contributions. Improvements to Angular's SSR/prerendering tooling
should be made against the [CLI repo](https://github.com/angular/angular-cli)
directly. Universal versions under long-term support (LTS) are still maintained
by the Angular team and will continue to receive security fixes until they fall
out of LTS.

0 comments on commit c8ac60f

Please sign in to comment.