generator-sample-crud-angular
v1.0.8
Published
Yeoman generator for Angular Sample CRUD Application
Downloads
144
Maintainers
Readme
SampleCrud
This project is updated Angular CLI to version 9. This means its baked with ivy compiler as default rendering engine. 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.
Follow below steps
First you need to install yeoman generator globally. Later on, you can type below command
npm i -g generator-sample-crud-angular
This will install the generator globally, then you can implement the same using below command.