File
Description
This service may be injected into an Angular component or directive when you need to listen to updates of an element.
Methods
listen
|
listen(element: T)
|
Type parameters :
|
Returns an observable that emits the element when it is updated by Blueriq.
Parameters :
Name |
Type |
Optional |
Description |
element |
T
|
No
|
The element to receive update events for.
|
Returns : Observable<T>
|