Colum Ferry d1d69e230c
cleanup(angular): replace usage of wrapAngularDevkitSchematics for application (#15698)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2023-03-17 08:34:15 +00:00

14 lines
484 B
TypeScript

export * from './add-e2e';
export * from './add-linting';
export * from './add-proxy-config';
export * from './add-unit-test-runner';
export * from './create-files';
export * from './create-project';
export * from './enable-strict-type-checking';
export * from './normalize-options';
export * from './normalized-schema';
export * from './remove-scaffolded-e2e';
export * from './set-app-strict-default';
export * from './update-e2e-project';
export * from './update-editor-tsconfig';