I have an app.component.html file with a <router-outlet></router-outlet>
. This obviously means that all the rest of my components use the app.component.html as their base html container.
However I want a login page (and possibly a couple of other pages) that will need a different html layout.
How do I do this?