@talentedaamer/angular-tree-component
TypeScript icon, indicating that this package has built-in type declarations

16.0.2 • Public • Published

npm version

angular tree component

Getting started - A simple yet powerful tree component for Angular 16.

Install angular-tree-component:

npm install angular-tree-component

Import TreeModule:

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

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

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

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

Docs, Demos & More

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

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

Angular supported version

@talentedaamer/angular-tree-component supports angular 2 and above, AoT and ivy (Angular 16) 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.

Package Sidebar

Install

npm i @talentedaamer/angular-tree-component

Weekly Downloads

5

Version

16.0.2

License

MIT

Unpacked Size

665 kB

Total Files

51

Last publish

Collaborators

  • talentedaamer