UNPKG

@ngx-ext/schematics-api

Version:

Set of tools wrapping Angular Schematics.

5 lines (4 loc) 176 B
import { SchematicsException } from '@angular-devkit/schematics'; export declare class SchematicsApiException extends SchematicsException { constructor(message: string); }