angular-server-side-rendering
This guide describes a technology that renders Angular applications on the server. A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. This code makes the page executes on the server, generating static application pages that later get bootstrapped on the client.