UNPKG

angular-crud

Version:

Generate CRUD applications with Angular, the CLI, and Schematics

12 lines (11 loc) 195 B
export interface CrudOptions { name: string; appRoot: string; path: string; sourceDir: string; project: string; module: string; export: boolean; model: string; style: string; }