catalogicsoftware / ngx-dynamic-dashboard-framework

This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
MIT License
187 stars 95 forks source link

Use Angular Schematics for automating the gadget creation process #15

Open jayhamilton opened 5 years ago

jayhamilton commented 5 years ago

Creating a simple gadget requires a few steps as outlined in the readme. These steps can be fully automated such that the developer would only need to do some form of ng g gadget mygadget in order to produce a fully functional gadget skeleton.