The dicision boundary between Angular & Angular Universal
问题 I am working with Angular 6.1.0 . The problem I am trying out the demo on Server Side Rendering via the official doc here. They say, it's angular Universal meaning: A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. Angular Universal generates static application pages on the server through a process called server-side rendering (SSR). You can easily prepare an app for server-side rendering using the Angular CLI. Now I have an angular