Starter kit for Angular Material ================================ Here is an angular material starter kit to use with [Luticate2](https://git.rthoni.com/luticate2/). Getting started --------------- ```shell 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](https://git.rthoni.com/luticate2/luticate2-api/src/master/WebApiUtils) project for the backend.