Integrate Server-Side Rendering (SSR) into your existing Angular blog site project
See how you can implement SSR to your existing CSR Angular blog site, by adding the new @angular/ssr package.
A ‘slug’ refers to the section of a URL that appears after the domain name and usually points to a particular page or post on a website. In this post we will improve our Angular blog site project, by adding
‘slug’ management capabilities.
Revise your Angular blog site, so it can support Markdown content.