In some cases you want your angular app to be pre-rendered. Pre-rendering your app can hugely improve the performance of your app. It doesn’t require any client side rendering on the users computer because it is already rendered. If all html of your app is pre-rendered it doesn’t require javascript to show the html. Robots/crawlers don’t use javascript so pre-rendering your app will highly optimiz