Hi,
I am new to AngularJS, and I am a little confused about how I can use angular-"UI-router" in the following scenario:
I am building a web application which consists of two sections. The first section is the homepage with its login and signup views, and the second section is the dashboard (after successful login).
I have created an index.html for the home section with its angular app and ui-router config to handle /login and /signup views, and there is another file dashboard.html for the dashboard section with its app and ui-router config to handle many sub views.
/login
/signup
dashboard.html
ui-router
Now I finished the dashboard section and don't know how to combine the two sections with their different angular apps. How could I tell the home app to redirect to the dashboard app?
Thank You
Alexa Caroline
Hey readers, are you facing errors in your email account like sending/receiving emails, spam emails, unable to connect other email ids in your account, unable to ON the forwarding feature? For more information, please visit AOL Customer Service
Hello Alexa,
You can find very good example of AngularJS routing here - https://www.w3schools.com/angular/angular_routing.asp
Please let us know if this helps.
Regards,
Deyan Kamburov,
Infragistics