UNPKG

angular-crud

Version:

Generate CRUD applications with Angular, the CLI, and Schematics

11 lines (10 loc) 239 B
{ "schematics": { "menu": { "aliases": [ "crud-module" ], "factory": "./crud-module/index#generate", "description": "Generates a crud module", "schema": "./crud-module/schema.json" } } }