# Yeoman generator for angular material CRUD application

This project is updated [Angular CLI](https://github.com/angular/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
![7th](https://user-images.githubusercontent.com/3886381/49954874-81b91d00-ff27-11e8-99d2-aa3eb175ba4e.png)
![8th](https://user-images.githubusercontent.com/3886381/49954875-8251b380-ff27-11e8-8aa1-ad3de381d59f.png)
![9th](https://user-images.githubusercontent.com/3886381/49954876-82ea4a00-ff27-11e8-8e7e-b0c49669c7ba.png)
![10th](https://user-images.githubusercontent.com/3886381/49954877-82ea4a00-ff27-11e8-987a-d462adb70cf6.png)
![11th](https://user-images.githubusercontent.com/3886381/49954878-8382e080-ff27-11e8-92a5-02fe365662e2.png)
![1st](https://user-images.githubusercontent.com/3886381/49954915-9dbcbe80-ff27-11e8-891d-4d2448473753.png)
![2nd](https://user-images.githubusercontent.com/3886381/49954916-9e555500-ff27-11e8-9e2b-8461f8169cfd.png)
![3rd](https://user-images.githubusercontent.com/3886381/49954917-9e555500-ff27-11e8-8f74-abb71e369530.png)
![4th](https://user-images.githubusercontent.com/3886381/49954919-9eedeb80-ff27-11e8-80bb-bdfe12c75021.png)
![5th](https://user-images.githubusercontent.com/3886381/49954924-9f868200-ff27-11e8-87b0-800392347f78.png)
![6th](https://user-images.githubusercontent.com/3886381/49954925-9f868200-ff27-11e8-97d3-c3307196fabc.png)
![12th](https://user-images.githubusercontent.com/3886381/49954926-a01f1880-ff27-11e8-9167-03550dc5b65b.png)
![13th](https://user-images.githubusercontent.com/3886381/49954927-a01f1880-ff27-11e8-809f-c802b027250c.png)
![14th](https://user-images.githubusercontent.com/3886381/49954930-a0b7af00-ff27-11e8-8a1a-3f2bca86e207.png)
![15th](https://user-images.githubusercontent.com/3886381/49954931-a0b7af00-ff27-11e8-9724-79862ab4efbc.png)
![16th](https://user-images.githubusercontent.com/3886381/49954932-a1504580-ff27-11e8-8174-9d6cc85cfd56.png)
![17th](https://user-images.githubusercontent.com/3886381/49956193-9ba82f00-ff2a-11e8-9cd7-4f5b625967ba.png)
![18th](https://user-images.githubusercontent.com/3886381/49956196-9c40c580-ff2a-11e8-9554-536f9ab44727.png)

I hope you would have liked this generator. For more info around my technical write-ups, you can check my blog [My View](https://myview.rahulnivi.net) and follow me on [Twitter](https://twitter.com/rahulsahay19)
