Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
takeUntilDestroyed
1 parent b4de7ac commit 97c44a1Copy full SHA for 97c44a1
‎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