Getting started with Angular Universal: How and Why?

Getting started with Angular Universal: How and Why?

Angular is designed to build powerful single-page web applications. In a Single-page application, normally we first bring the data to the client and then build the HTML that represents the data on the client-side.

Angular Universal allows us to run the Angular app on the server, thus enabling us to serve static HTML to the user.