We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
takeUntilDestroyed
1 parent b4de7ac commit 97c44a1Copy full SHA for 97c44a1
1 file changed
packages/core/rxjs-interop/src/take_until_destroyed.ts
@@ -18,7 +18,7 @@ import {takeUntil} from 'rxjs/operators';
18
* passed explicitly to use `takeUntilDestroyed` outside of an [injection
19
* context](guide/di/dependency-injection-context). Otherwise, the current `DestroyRef` is injected.
20
*
21
- * @developerPreview
+ * @publicApi
22
*/
23
export function takeUntilDestroyed<T>(destroyRef?: DestroyRef): MonoTypeOperatorFunction<T> {
24
if (!destroyRef) {
0 commit comments