angular-tree-component

WebJar for angular-tree-component

Лицензия

Лицензия

MIT
Категории

Категории

Angular Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

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

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

angular-tree-component
Последняя версия

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

8.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

angular-tree-component
WebJar for angular-tree-component
Ссылка на сайт

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

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

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

https://github.com/500tech/angular-tree-component

Скачать angular-tree-component

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.webjars.npm : lodash jar [4.17.11,5)
org.webjars.npm : mobx jar [3.6.2,4)
org.webjars.npm : mobx-angular jar [2.1.1]

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

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

npm version Build Status slack

angular tree component

News

We are happy to announce, that starting today, Circlon | group is taking over this repository. We're going on this journey with the strong belief, that this component should not be missed by the community, and we are hoping on your continuous and significant support as always. On this new journey we will also receive technical guidance from Adam, who will help us to better understand the community, their needs and also to elevate this component to a completely new level of engineering.

Getting started

Install angular-tree-component:

npm install @circlon/angular-tree-component

Import TreeModule:

import { TreeModule } from '@circlon/angular-tree-component';

@NgModule({
  declarations: [AppComponent],
  imports: [TreeModule],
  bootstrap: [AppComponent]
})
export class AppModule {}

Add css to styles.scss or include in angular.json:

@import '~@circlon/angular-tree-component/css/angular-tree-component.css';

Docs, Demos & More

https://angular2-tree.readme.io/docs/

Support

Stackoverflow

Slack Community

Angular supported version

angular-tree-component supports angular 2 and above, and AoT compilation.

Contributing

Run npm run build (npm run build:win for windows users) to build. Run npm start:example-app and open localhost:4200 to test your code before submitting a pull request.

To run tests locally - make sure port 4200 is available and run:

$ npm run build              # build:win for windows; wait until build finished 
$ npm run start:example-app  # Wait until webpack finishes and http://localhost:4200 is available
$ npm run test:dev

Please check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.

Contributors

This project exists thanks to all the people who contribute.

org.webjars.npm

500Tech

Top front-end professionals

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

Версия
8.4.0
3.7.2
3.5.0
3.4.0
3.2.1