AsyncDirective
Selectors
Properties
Property | Description |
@Input() async: Observable<any> | Promise<any> | |
@Input() asyncFrom: Observable<any> | Promise<any> | |
@Input() asyncNext: (value: any) => void | |
@Input() asyncError: (error: any) => void | |
@Input() asyncComplete: () => void | |
@Output() next: EventEmitter<any> | |
@Output() error: EventEmitter<any> | |
@Output() complete: EventEmitter<any> |
Example
Last updated