Robin Thoni 1c0dea49c9 README | hace 8 años | |
---|---|---|
app | hace 8 años | |
sdk | hace 8 años | |
.gitignore | hace 9 años | |
Gruntfile.js | hace 9 años | |
Gruntfile_01_global.js | hace 8 años | |
Gruntfile_02_app.js | hace 8 años | |
README.md | hace 8 años | |
TODO | hace 8 años | |
bower.json | hace 8 años | |
favicon.ico | hace 8 años | |
index.html | hace 9 años | |
package.json | hace 8 años | |
robots.txt | hace 8 años |
Here is an angular material starter kit to use with Luticate2.
git clone https://git.rthoni.com/robin.thoni/starter-angular-material
cd starter-angular-material
bower install
A CRUD stack is provided as an example:
app/controllers/pkguids.controller.js
app/controllers/pkguidsedit.controller.js
app/sdk/Business/pkguids.business.js
app/sdk/DataAccess/pkguids.dataaccess.js
See Luticate2-utils/WebApiUtils project for the backend.