Hans 601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00

14 lines
368 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 {
getSource,
getSourceNodes,
findNodes,
insertAfterLastOccurrence,
getContentOfKeyLiteral,
getDecoratorMetadata,
addDeclarationToModule,
addProviderToModule,
addExportToModule
} from '@angular-cli/ast-tools';