angular-cli/addon/ng2/utilities/route-utils.ts

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';