SUPPORT-8638:fix from review(2)
This commit is contained in:
parent
f43f799591
commit
9ec1ccabf9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import { Injectable } from '@angular/core';
|
||||
import { BehaviorSubject } from 'rxjs';
|
||||
|
||||
@Injectable()
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class FilterTransferService {
|
||||
private filtersSource = new BehaviorSubject<Record<string, any>>({});
|
||||
public currentFilters$ = this.filtersSource.asObservable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue