Relative Content

Tag Archive for angularangular-template

Angular 17: auto-append section to every page (component) in section

I’m building a multi-page site in Angular 17. I have 4 main sections, each with their own unique subnav. At the moment, I’m manually adding the subnav component to each HTML template in the section, but it’s somewhat bothersome to have to do that manually. Is it possible to have one HTML template inherit from another HTML template? Here’s a screenshot of what I currently have: