0.0.1 • Published 8 years ago

marcelobjr-angular-crud v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

generator-angular-crud

generator-angular-crud-custom-module is basically Yeoman generator,which generate controller,services and view files of given module. To generate dynamic form from given fields of module, we used angular formly.

Getting Started

To use generator-angular-curd generator, please go through below steps.

Example

Lets create Customer contact application for your organization,in which you can maintain customers and employees information.Create a new folder and apply below steps:

Last command will asked you application name, so lets give it as customerContactApp

Please refer below image for reference:

alt text

So,your customer contact application is created within 10 minutes.

Output

Customers list

alt text

Add Customer

alt text

Edit Customer

alt text

Delete Customer

alt text

Generated files

app.js

alt text

controller.js

alt text

services.js

alt text

Note

Here,add/update form is generated by angular formly. So if you want to add extra fields that are not provided in this generator,then add it manually to controller file of that module.

License

MIT