This project was generated with Angular CLI version 7.0.6.
This is angular based custom material library project. Here, you can find material collections with sample examples.
Here is the list of librariies available in this collection -
- NMat Tree Module
(nmat-tree)
: this gives you a tree structure layout with 2 types of template orientation which is quite flexible to extend and have your own node designs for complex data structures and don't have limitation on levels.
Module: NmatTreeModule NPM Package: n-material-tree (npm i n-material-library) To try and see how it works, follow below given steps to see working example:
- Clone this repository
git clone https://github.com/anilrathod04/NMatLibrary.git
- Move to cloned directory
- Run
npm install
command in cmd prompt or GIT BASH - Once packages are installed run application by using command
ng serve nmat-explorer
Run ng serve nmat-explorer
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.