schematics-utilities
Version:
🛠️ Useful exported utilities for working with Schematics
17 lines (16 loc) • 488 B
TypeScript
export * from './ast-utils';
export * from './change';
export * from './component-schema';
export * from './config';
export * from './dependencies';
export * from './find-module';
export * from './json-utils';
export * from './latest-versions';
export * from './lint-fix';
export * from './ng-ast-utils';
export * from './parse-name';
export * from './paths';
export * from './project';
export * from './project-targets';
export * from './validation';
export * from './workspace-models';