Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular/universal
Server-side rendering and Prerendering for Angular
https://github.com/angular/universal
Last synced: 16 days ago
JSON representation
Server-side rendering and Prerendering for Angular
- Host: GitHub
- URL: https://github.com/angular/universal
- Owner: angular
- License: mit
- Created: 2015-06-24T01:07:44.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T16:08:35.000Z (about 1 year ago)
- Last Synced: 2024-11-19T01:09:09.520Z (23 days ago)
- Language: TypeScript
- Homepage:
- Size: 15.3 MB
- Stars: 4,043
- Watchers: 144
- Forks: 484
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-universal-rendering - Angular Universal - Official packages for SSR with Angular. (Tools / Angular)
- awesome-angular - Angular Universal Repository (GitHub)
- fucking-awesome-angular - Angular Universal Repository (GitHub)
- fucking-awesome-angular - Angular Universal Repository (GitHub)
README
# Angular Universal
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.## 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.