schematics-utilities
Version:
🛠️ Useful exported utilities for working with Schematics
9 lines (8 loc) • 328 B
TypeScript
export * from './ng-add/package-config';
export * from './utils/ast';
export * from './utils/build-component';
export * from './utils/get-project';
export * from './utils/html-head-element';
export * from './utils/project-main-file';
export * from './utils/project-targets';
export * from './utils/version-agnostic-typescript';