Coder Social home page Coder Social logo

hugo-dahl-tyler / talentia-angular-tree-component Goto Github PK

View Code? Open in Web Editor NEW

This project forked from talentia-software-oss/angular-tree-component

0.0 0.0 0.0 29.23 MB

A simple yet powerful tree component for Angular (>=2)

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

License: MIT License

JavaScript 7.02% TypeScript 69.96% CSS 3.50% HTML 13.77% SCSS 5.75%

talentia-angular-tree-component's Introduction

npm version Build Status slack

angular tree component

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

We are redoing the documentation. You can find the new documentation here: https://circlongroup.github.io/angular-tree-component/

The API Reference is still in our old documentation for now:

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.

talentia-angular-tree-component's People

Contributors

adamkleingit avatar tobiasengelhardt avatar isaacplmann avatar mtalis avatar istiti avatar cavone-leonardo avatar schmuli avatar saar-codeoasis avatar pandawi avatar kirilvandov avatar dependabot[bot] avatar wuboy0307 avatar kristijanjovanovski avatar isaklafleur avatar mtraynham avatar erasethis avatar shigi avatar phhbr avatar petebacondarwin avatar nikolasleblanc avatar jskrzypek avatar monkeywithacupcake avatar achimha avatar novkirishki avatar samartioli avatar stevengbrown avatar sroucheray avatar hugoj-goncalves avatar jamgh avatar joachim-bl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.