Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.84 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.84 KB

NmatLibrary

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 -

  1. 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:

  1. Clone this repository git clone https://github.com/anilrathod04/NMatLibrary.git
  2. Move to cloned directory
  3. Run npm install command in cmd prompt or GIT BASH
  4. Once packages are installed run application by using command ng serve nmat-explorer

Development server

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.

Code scaffolding

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.