What is not a characteristics of a UI-Router
Answers
Answered by
0
Each feature of an application is defined as a state. One state is active at any time, and UI-Router manages the transitions between the states. Each state describes the URL, the UI (a view or views), data prerequisites, and other logical prerequisites (such as authentication) for a feature.
Answered by
0
AngularJS provides a great way to make single page applications. When creating single page applications, routing will be very important. We want our navigation to feel like a normal site and still not have our site refresh. We've already gone through Angular routing using the normal ngRoute method.
Today we'll be looking at routing using UI-Router.
Today we'll be looking at routing using UI-Router.
Similar questions