Relative Content

Tag Archive for angularserver-side-renderingstatic-site-generation

Angular 19: Prerendered page with dynamic components in it

I am having the landing home page which is likely to be prerendered, but it contains section with products categories which are gotten from BE API, so in this case that section cannot be completely prerendered.
Is there a way to prerender the full page and put something like “ng-content”(roughly saying) inside to render dynamically categories section component part, while all other page content is prerendered.

Angular 19: Prerendered page with dynamic components in it

I am having the landing home page which is likely to be prerendered, but it contains section with products categories which are gotten from BE API, so in this case that section cannot be completely prerendered.
Is there a way to prerender the full page and put something like “ng-content”(roughly saying) inside to render dynamically categories section component part, while all other page content is prerendered.

Angular 19: Prerendered page with dynamic components in it

I am having the landing home page which is likely to be prerendered, but it contains section with products categories which are gotten from BE API, so in this case that section cannot be completely prerendered.
Is there a way to prerender the full page and put something like “ng-content”(roughly saying) inside to render dynamically categories section component part, while all other page content is prerendered.