src/services/clientCustomUpdateService/client-custom-update.service.ts
Properties |
|
Methods |
Accessors |
notifyRefreshComponentData | ||||||
notifyRefreshComponentData(event: EventData)
|
||||||
Notifies a component to refresh its data
Parameters :
Returns :
void
|
Private refreshComponentData |
Type : Subject<EventData>
|
Default value : new Subject<EventData>()
|
This is to notify to a specific component that implements api fetch to reload the data |
refreshComponentDataNotification |
getrefreshComponentDataNotification()
|
Returns the refreshComponentData as Observable
Returns :
Observable<EventData>
|