mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
12 lines
322 B
TypeScript
12 lines
322 B
TypeScript
// In order to keep refactoring low, simply export from ast-tools.
|
|
// TODO: move all dependencies of this file to ast-tools directly.
|
|
export {
|
|
bootstrapItem,
|
|
insertImport,
|
|
addPathToRoutes,
|
|
addItemsToRouteProperties,
|
|
confirmComponentExport,
|
|
resolveComponentPath,
|
|
applyChanges
|
|
} from '@angular-cli/ast-tools';
|