This repository was archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Behaviour subject called twice so backend service called twice ? #1523
Open
@suresh2018
Description
storeFillterData: Subject = new BehaviorSubject(null);
getFillterData() {
return this.storeFillterData;
}
updateFillterData(data: object) {
this.storeFillterData.next(data);
}
Metadata
Metadata
Assignees
Labels
No labels