Skip to content

Commit 2f3f8d6

Browse files
JeanMechepkozlowski-opensource
authored andcommitted
refactor(core): promote pendingUntilEvent to developerPreview (angular#60904)
`pendingUntilEvent` is now in developerPreview in v20. PR Close angular#60904
1 parent f838726 commit 2f3f8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/rxjs-interop/src/pending_until_event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {MonoTypeOperatorFunction, Observable} from 'rxjs';
1616
*
1717
* @param injector The `Injector` to use during creation. If this is not provided, the current injection context will be used instead (via `inject`).
1818
*
19-
* @experimental
19+
* @developerPreview
2020
*/
2121
export function pendingUntilEvent<T>(injector?: Injector): MonoTypeOperatorFunction<T> {
2222
if (injector === undefined) {

0 commit comments

Comments
 (0)