G
Size: a a a
G
В
В
В
JJ
this.subCountElement.next(
0);
doesnt trigger in component subscription, am i right?A
Вキ
C
S
C
Вキ
this.subCountElement.next(
0);
doesnt trigger in component subscription, am i right?JJ
private subCountElement = new BehaviorSubject<any>(null);
countElement$ = this.subCountElement.asObservable();
JJ
JJ
Вキ
A
JJ
this.subPage = this.fileExplorerService.countElement$.subscribe(count => {
if (count) {
Вキ
G
Вキ
this.subPage = this.fileExplorerService.countElement$.subscribe(count => {
if (count) {