ng-fastclick

WebJar for ng-fastclick

Лицензия

Лицензия

MIT
Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

ng-fastclick
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

ng-fastclick
WebJar for ng-fastclick
Ссылка на сайт

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

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

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

https://github.com/8bitDesigner/ng-fastclick

Скачать ng-fastclick

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

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ng-fastclick/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ng-fastclick</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ng-fastclick/
implementation 'org.webjars.bower:ng-fastclick:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.bower/ng-fastclick/
implementation ("org.webjars.bower:ng-fastclick:1.0.2")
'org.webjars.bower:ng-fastclick:jar:1.0.2'
<dependency org="org.webjars.bower" name="ng-fastclick" rev="1.0.2">
  <artifact name="ng-fastclick" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ng-fastclick', version='1.0.2')
)
libraryDependencies += "org.webjars.bower" % "ng-fastclick" % "1.0.2"
[org.webjars.bower/ng-fastclick "1.0.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : angular jar (1.3.0,)

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

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

ng-fastclick

This is a very thin (3 line!) Angular wrapper around the FT's fantastic FastClick

Installation

In your Angular project, run bower install --save ng-fastclick to save the module. Then, in your HTML, add:

<script src="/path/to/bower_components/ng-fastclick/dist/index.min.js"></script>

And lastly, in your Angular module, include ng-fastclick as a dependency:

angular.module('my-app', ['ng-fastclick'])

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

Версия
1.0.2