UNPKG

design-angular-kit

Version:

Un toolkit Angular conforme alle linee guida di design per i servizi web della PA

8 lines (7 loc) 279 B
import { SchematicsException } from '@angular-devkit/schematics'; export declare class NoProjectException extends SchematicsException { constructor(project: string); } export declare class NoMainFileException extends SchematicsException { constructor(project: string); }