UNPKG

@schematics/angular

Version:
11 lines (10 loc) 184 B
export interface Schema { /** * The name of the project. */ project: string; /** * Skip installing dependency packages. */ skipInstall?: boolean; }