Hi,
In the last post http://bit.ly/angular-yeoman-crud, I shared about scaffolding angular application with CRUD functionality using bootstrap. In this post, I have created the same example but with material design. All CRUD related infrastructure code is already setup. You just need to replace that JSON based code with API based HTTP calls. You can also refer the same at https://www.npmjs.com/package/generator-angular-material-crud. So, let’s get started.
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
Thanks,
Rahul Sahay
Happy Coding
Also published on Medium.