I'm brand new to angular, and am still deciding whether or not I want to use it. I'm looking to have 2 separate 'base' pages in my app: an authenticated one and an unauthenticated one. They have different skeletons with different content areas. So, I can't just redirect to separate partials, but rather an overall html.
- Is there a way to have 2 apps, 1 for index1.html and one for index2.html?
OR
- Is there an easier way to do this? Or is this just not what angular is built for?