Merge pull request #4526 from mempool/mononaut/mined-goggles

Mined Goggles
This commit is contained in:
softsimon
2024-01-24 00:13:43 +07:00
committed by GitHub
12 changed files with 92 additions and 31 deletions

View File

@@ -150,6 +150,8 @@ export class StateService {
searchFocus$: Subject<boolean> = new Subject<boolean>();
menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject(false);
activeGoggles$: BehaviorSubject<string[]> = new BehaviorSubject([]);
constructor(
@Inject(PLATFORM_ID) private platformId: any,
@Inject(LOCALE_ID) private locale: string,