Computer Science, asked by sheopandey1986, 1 year ago

What is not a characteristics of a UI-Router

Answers

Answered by Anonymous
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 hackerlol77
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.
Similar questions