UNPKG

ngx-spec

Version:

A missing schematics for creating missing / recreating Angular 6+ specs

19 lines (18 loc) 275 B
export interface Schema { /** * The name of the spec. */ name: string; /** * The type to create the spec for. */ type?: string; /** * The path to create the spec. */ path?: string; /** * The name of the project. */ project?: string; }