ng-material-treetable
Angular Material treetable component :deciduous_tree: :heart: ♻️
File Explorer
Download Latest Version (.zip)- readme-gif.gif
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.e2e.json
- treetable.component.html
- treetable.component.scss
- treetable.component.spec.ts
- treetable.component.ts
- required.decorator.spec.ts
- required.decorator.ts
- mockSearchableTree.ts
- mockTree.ts
- mockTreeAsArrayOfNodes.ts
- mockTreeTableTree.ts
- models.ts
- converter.service.spec.ts
- converter.service.ts
- tree.service.spec.ts
- tree.service.ts
- validator.service.spec.ts
- validator.service.ts
- default.options.ts
- models.ts
- treetable.module.ts
- app.component.html
- app.component.scss
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- browserslist
- favicon.ico
- index.html
- karma.conf.js
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- tslint.json
- .editorconfig
- .gitignore
- .travis.yml
- angular.json
- CODE_OF_CONDUCT.md
- LICENSE
- ng-package.json
- package-lock.json
- package.json
- public_api.ts
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/mlrv/ng-material-treetable
Downloads the entire project code from GitHub to your computer.
cd ng-material-treetable
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i ng-material-treetable --save
Type this command into your terminal and run it.
npm i @angular/material @angular/cdk @angular/animations --save
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
