Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
CHAKKA PHANI SIMHA 2923205195
Added content to Angular SSG (#2323)
2 years ago
..
100-scully.md Added content in Angular Roadmap (#2184) 2 years ago
readme.md Added content to Angular SSG (#2323) 2 years ago

readme.md

Angular SSG

SSG (Static Site Generator), helps in building the HTML full website, during the process of building and serving that HTML Page. This method helps to generate the HTML website on the client side before its being served on the server side. Therefore, whenever a user requests a HTML Page, firstly HTML page will be rendered and secondly, the angular app will be rendered. The SSG can be used only if your website is static (or) it's content doesn't changes frequently.