UNPKG

@skyux/packages

Version:

Handles the `ng update` command for SKY UX component libraries.

10 lines (9 loc) 163 B
/** * Represents options passed via Angular CLI. */ export interface Schema { /** * The name of the project to convert. */ project?: string; }