mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
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.
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
export * from './ast-utils';
|
|
export * from './change';
|
|
export * from './node';
|
|
export * from './route-utils';
|