Relative Content

Tag Archive for angularangular-ssr

How do I remove non-semantic trash code like e.t.c. in Angular SSR?

In Vue and React, this isn’t usually a problem. They don’t break SEO with non-existent tags. I’m new to Angular SSR, and when I tried it, I was horrified. It feels like Angular considers leaving trash behind as normal. Maybe I missed a setting, but I haven’t found anyone else acknowledging this issue. Even tutorials on YouTube do SSR without addressing this.

Routing inside shared and nested modules

Within my app-module I have three feature modules “desktop”, “info”, “shared”. The desktop-module contains the info-module and the shared-module. The info-module contains the imprint-component and the shared-module contains the foot component: