mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
`rxjs` was only a dependency for the `tap` operator which can be replaced by accessing the result object returned from awaiting the builder output `Observable` which is already converted to a Promise.