A
Size: a a a
A
A
L
constructor(private cDr: ChangeDetectorRef)
destroyed$ = new Subject();
service.pipe(takeUntil(this.destroyed$)).subscribe((val: boolean) => {
// logic here
this.isAuth = val;
this.cDr.detectChanges()
})
A
constructor(private cDr: ChangeDetectorRef)
destroyed$ = new Subject();
service.pipe(takeUntil(this.destroyed$)).subscribe((val: boolean) => {
// logic here
this.isAuth = val;
this.cDr.detectChanges()
})
I
OS
I
interface IWindow extends Window {
Tawk_API: any;
}I
I
"typeRoots": ["node_modules/@types", "src/**/*.d.ts"],
S
interface IWindow extends Window {
Tawk_API: any;
}declare global {
interface Window {
Tawk_API: any;
}
}I
declare global {
interface Window {
Tawk_API: any;
}
}VM
S
I
I
"typeRoots": ["node_modules/@types", "src/**/*.d.ts"],
I
Ak
S
"typeRoots": ["node_modules/@types", "src/**/*.d.ts"],
Ak
СО