AsyncPipe
pipe
Unwraps a value from an asynchronous primitive.
API
Description
Usage Notes
class AsyncPipe implements OnDestroy ,PipeTransform {}
ngOnDestroy
void
@returns
void
transform
3 overloads
@paramobj
Observable<T> | Subscribable<T> | Promise<T>
@returns
T | null
@paramobj
null | undefined
@returns
null
@paramobj
Observable<T> | Subscribable<T> | Promise<T> | null | undefined
@returns
T | null
Jump to details