As the name suggests, Single-page App (SPA) is a single HTML document that can be initially served to the client. Any new views required in the application can be created by using JavaScript solely on … [Read more...] about Server-side Rendering (SSR) with Angular Universal
ssr
The Complete Guide to Angular Performance Tuning
It is common to see Angular apps gradually getting slower over time. Even through Angular is a performant framework, apps will start to become slow as they grow if you are not aware of how to develop … [Read more...] about The Complete Guide to Angular Performance Tuning