I have an app with a signup+login form which are simple views, but after logging in, I want to show a more complex app with tabbed navigation and complex views.
To start, I have set up my app with two separate .html files, “index.html” and “app.html” where the index.html contains the views for signup+registration flow and the app.html contains the tabbed navigation and all other views.
Should I combine all views into one html file (with partials) or is the way I’m doing things ok in ionic?
If your making an mobile app, you really don’t want to break that single-page-app experience. Using classic links would break that So you may want to figure our a way to incorporate that page into your app