Hans c889dd8e94 refactor(@angular-cli): get rid of ast-tools and base-href-webpack (#4411)
Those 2 packages were still using the wrong scope (@angular-cli) and were not used by anyone outside the CLI. Just moving the code in the main package is enough.
2017-02-03 22:57:42 -08:00

12 lines
316 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 '../lib/ast-tools';