projecte_ionic/node_modules/@ionic/angular-toolkit/schematics/component/schema.d.ts
2022-02-09 18:30:03 +01:00

14 lines
271 B
TypeScript
Executable file

export interface Schema {
path?: string;
project?: string;
name: string;
prefix?: string;
styleext?: string;
spec?: boolean;
flat?: boolean;
selector?: string;
createModule?: boolean;
module?: string;
export?: boolean;
entryComponent?: boolean;
}