UNPKG

@schematics/angular

Version:
10 lines (9 loc) 214 B
/** * Configures your project to generate an app-shell during build time. */ export type Schema = { /** * The name of the project where the app-shell should be generated. */ project: string; };