Yeoman generator for angular material CRUD application
This project is updated Angular CLI version 8. This app is simple angular CRUD app which is meant for getting started project. This project can be extended to accomodate any enterprise based features. You just need to replace the CRUD implementation with API based HTTP operations. All basic infrastructure setup already. Side menu is just for display. You can extend the same based on your need.
Follow below steps
First you need to install yeoman generator globally.
npm i -g yo
Later on, you can install the below generator
npm i -g generator-angular-material-crud
This will install the generator globally, then you can implement the same using below command.
yo angular-material-crud:application
I hope you would have liked this generator. For more info around my technical write-ups, you can check my blog My View and follow me on Twitter