I'm laying out an Angular app that's got a totally different style for the landing page then the rest of the application. I've styled some internal "pages" but need to add in additional divs, classes, use a different footer, etc.
I've been digging through looking for the best way to do this and I can't find a consistent answer. I thought I could create conditions based off the route, but I keep getting template errors. Any help is greatly appreciated. Thanks in advance!