I've thought Angular framework is rendered client side but after reading this article, I couldn't realize which part of Angular application is rendered in server side. I searched and read but I couldn't find out when an Angular application is built and served trough some web server like Nginx, How is rendered in server side?
A normal Angular application executes in the browser, rendering pages in the DOM in response to user actions. Angular Universal executes on the server, generating static application pages that later get bootstrapped on the client. This means that the application generally renders more quickly, giving users a chance to view the application layout before it becomes fully interactive.
sourced from here
It can rendered in both the ways.
Rendering on the Web
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With