Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97c44a1

Browse files
JeanMechedevversion
authored andcommitted
feat(core): Promote takeUntilDestroyed to stable. (#58200)
`takeUntilDestroyed` is now part of the public API. PR Close #58200
1 parent b4de7ac commit 97c44a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/core/rxjs-interop/src/take_until_destroyed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {takeUntil} from 'rxjs/operators';
1818
* passed explicitly to use `takeUntilDestroyed` outside of an [injection
1919
* context](guide/di/dependency-injection-context). Otherwise, the current `DestroyRef` is injected.
2020
*
21-
* @developerPreview
21+
* @publicApi
2222
*/
2323
export function takeUntilDestroyed<T>(destroyRef?: DestroyRef): MonoTypeOperatorFunction<T> {
2424
if (!destroyRef) {

0 commit comments

Comments
 (0)