From the course: Angular: Building Large Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

SSR in Angular

SSR in Angular - Angular Tutorial

From the course: Angular: Building Large Applications

Start my 1-month free trial

SSR in Angular

- [Narrator] Server side rendering, or commonly called Angular Universal, generates static page from the server, and then presents them to the client as opposed to being rendered on the client. This allows webpage to be presented much faster, but also makes them SEO friendly, and improves performance on mobile devices. So if you go to angular.io/guide/universal, you're going to see a lot more information about how does Angular handle server side rendering. So for example, there's our sample project where you can actually install all the tools that you need to do server side rendering, and then modify the app properly to make it Angular Universal. So feel free to go through that tutorial, in fact, if we were to go through all that, it would take several videos, and we're not going to do that, because this course is not about server side rendering, but if you want to take a look at the finalized project, you can actually download the finished sample code here, like so, and then by…

Contents