rahulsahay19 / generator-angular-material-crud

Yeoman Generator sample for angular material CRUD Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yeoman generator for angular material CRUD application

This project is updated Angular CLI version 9. This means its baked in with ivy rendering engine by default. 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 8th 9th 10th 11th 1st 2nd 3rd 4th 5th 6th 12th 13th 14th 15th 16th 17th 18th

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

About

Yeoman Generator sample for angular material CRUD Application


Languages

Language:TypeScript 58.5%Language:HTML 18.8%Language:JavaScript 15.3%Language:CSS 7.4%