@ionic/angular-toolkit
Version:
Schematics for @ionic/angular apps.
17 lines (16 loc) • 312 B
TypeScript
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;
type?: string;
standalone?: boolean;
}