Concept Flow - Angular Universal overview
User requests page
Server receives request
Angular Universal renders app on server
Server sends fully rendered HTML
Browser displays content immediately
Angular app bootstraps on client
App becomes interactive
Angular Universal renders the Angular app on the server first, sends ready HTML to the browser, then the app starts on the client for interactivity.