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