UNPKG

ng-programmatic

Version:

Programmatic interface for configuring and running Angular CLI commands.

5 lines (4 loc) 140 B
export { NgBuild } from "./build"; export { NgLint } from "./lint"; export { NgTest } from "./test"; export { NgServe } from "./serve";