mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this change `this.isStable.pipe(first((isStable) => isStable)).toPromise()` had to be done in multiple places across the framework and the Angular CLI see https://github.com/angular/angular-cli/pull/25856#discussion_r1328158846. In the majority of cases an Observable based `isStable` API is not needed. This also removes the need for RXJS operator imports. PR Close #51807 |
||
|---|---|---|
| .. | ||
| annotate.ts | ||
| api.ts | ||
| cleanup.ts | ||
| compression.ts | ||
| error_handling.ts | ||
| interfaces.ts | ||
| node_lookup_utils.ts | ||
| skip_hydration.ts | ||
| tokens.ts | ||
| utils.ts | ||
| views.ts | ||