- Introduction
- Getting Started with Universal
- Packages
- Universal "Gotchas"
- Preboot
- What's in a name?
- Universal Team
- License
The Angular Universal project is a community driven 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 will host the various tools like engines to integrate with various backends(NodeJS, ASP.NET etc.) and also extra modules and examples to help you started with server side rendering.
The Universal project is driven by community contributions. Please check our contributing guidelines and send us your Pull Requests!
The packages from this repo are published as scoped packages under @nguniversal
Moved to /docs/gotchas.md
Control server-rendered page and transfer state before client-side web app loads to the client-side-app. Repo
We believe that using the word "universal" is correct when referring to a JavaScript Application that runs in more environments than the browser. (inspired by Universal JavaScript)
- Adam Plumer and Fabian Wiles - Current maintainers
- PatrickJS and Jeff Whelpley - Founders of the Angular Universal project. (Universal rendering is also called PatrickJS-ing)
- Mark Pieszak - Core team
- Wassim Chegham - Contributor & Evangelist
- Jason Jean - Express engine and Universal support for CLI
- Jeff Cross - Evangelist and performance consultant
- Douglas Parker and Alex Rickabaugh - Angular Core API