ui-router-ng2

WebJar for ui-router-ng2

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

ui-router-ng2
Последняя версия

Последняя версия

1.0.0-beta.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

ui-router-ng2
WebJar for ui-router-ng2
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/ui-router/angular

Скачать ui-router-ng2

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ui-router-ng2/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ui-router-ng2</artifactId>
    <version>1.0.0-beta.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ui-router-ng2/
implementation 'org.webjars.npm:ui-router-ng2:1.0.0-beta.5'
// https://jarcasting.com/artifacts/org.webjars.npm/ui-router-ng2/
implementation ("org.webjars.npm:ui-router-ng2:1.0.0-beta.5")
'org.webjars.npm:ui-router-ng2:jar:1.0.0-beta.5'
<dependency org="org.webjars.npm" name="ui-router-ng2" rev="1.0.0-beta.5">
  <artifact name="ui-router-ng2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ui-router-ng2', version='1.0.0-beta.5')
)
libraryDependencies += "org.webjars.npm" % "ui-router-ng2" % "1.0.0-beta.5"
[org.webjars.npm/ui-router-ng2 "1.0.0-beta.5"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : uirouter__core jar 5.0.0
org.webjars.npm : uirouter__rx jar 0.3.1

Модули Проекта

Данный проект не имеет модулей.

UI-Router for Angular  Build Status

@uirouter/angular: State based routing for Angular (v2+)


Tutorials | API Docs | Guides | Sample App | Report an Issue | Contribute | Help!


@uirouter/angular is a client-side Single Page Application routing framework for Angular.

Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a location deep within the SPA.

UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a state machine to manage the transitions between those application states in a transaction-like manner.

Get Started

Reporting issues and Contributing

Please read our Contributor guidelines before reporting an issue or creating a pull request.

org.webjars.npm

UI-Router

State-based routing for single page web applications

Версии библиотеки

Версия
1.0.0-beta.5
1.0.0-beta.3
1.0.0-beta.2
1.0.0-alpha.5