UNPKG

ng-programmatic

Version:

Programmatic interface for configuring and running Angular CLI commands.

9 lines (8 loc) 492 B
export * from "./commands"; export { INgBuildArguments } from "./commands/build/arguments.interface"; export { INgLintArguments } from "./commands/lint/arguments.interface"; export { INgServeArguments } from "./commands/serve/arguments.interface"; export { INgTestArguments } from "./commands/test/arguments.interface"; export { INgRunOptions } from "./ng/ng-run-options.interface"; export { INgRunResult } from "./utils/runner/ng-run-result.interface"; export { Ng } from "./ng/ng";