0.1.6 • Published 7 years ago

generator-ng2-dashboard-generator v0.1.6

Weekly downloads
25
License
-
Repository
github
Last release
7 years ago

Angular2 Dashboard Generator

yeoman generators for creating Angular2 dashboards and components

Usage

Install yo,angular-cli and dashboard genertor generator-ng2-dashboard-generator

npm install -g yo angular-cli generator-ng2-dashboard-generator

Clone the github project https://github.com/akveo/ngx-admin , go to that project and run the following command

Run yo ng2-dashboard-generator passing an json name of crud module

yo ng2-dashboard-generator [module-name].json

Run yo ng2-dashboard-generator passing more than one value with comma separator will add multiple crud modules

yo ng2-dashboard-generator [module-name].json,[module-name2].json

Here is the sample for adding the crud operation

Here is the API serer to get the data for the sample json file.

Run the ngx-admin server with npm start

Run the API server with node index.js

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago