Angular
Server Side Rendering with Angular 10
Why Do We Need Server-side Rendering? Angular applications are client-side applications that execute on the browser - which means they are rendered on the client, not on the server. You can add server-side rendering to your app using Angular Universal. There are two main reasons to create a server-side version