This project consists of a set of high-level components for building mvc-based applications.
To use it, clone this repo and install it from your disk or type the command as follows
Create your modules in the src directory, and run the following command for test
ng test
To generate published modules, run
make publish
To generate documents, run
gulp doc