@kv-systems/ng-packagr
Version:
Compile and package Angular libraries in Angular Package Format (APF)
13 lines (11 loc) • 294 B
text/typescript
/**
* Commands API
*/
export * from './lib/commands/command';
export * from './lib/commands/build.command';
export * from './lib/commands/version.command';
/**
* ngPackagr() programmatic API
*/
export * from './lib/packagr';
export { NgPackagrOptions } from './lib/ng-package/options.di';