MyRepo-Ums/node_modules/@schematics/angular/server/schema.d.ts
2024-01-19 11:09:11 +01:00

14 lines
285 B
TypeScript
Executable File

/**
* Pass this schematic to the "run" command to set up server-side rendering for an app.
*/
export interface Schema {
/**
* The name of the project.
*/
project: string;
/**
* Do not install packages for dependencies.
*/
skipInstall?: boolean;
}