mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
Use promise based methods to reduce RXJS usage and boiler-platting. BREAKING CHANGE: Several changes to the `SchemaRegistry`. - `compile` method now returns a `Promise`. - Deprecated `flatten` has been removed without replacement.