Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
CHAKKA PHANI SIMHA 0240b5c256
Add content for Angular SSR (#2321)
2 years ago
..
100-angular-universal.md Added content in Angular Roadmap (#2184) 2 years ago
readme.md Add content for Angular SSR (#2321) 2 years ago

readme.md

SSR in Angular

A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. Angular Universal executes on the server, generating static application pages that later get bootstrapped on the client. This means that the application generally renders more quickly, giving users a chance to view the application layout before it becomes fully interactive.

Angular Universal Rendering on the Web