Работает только если открыто несколько окон. Как сделать чтобы работало, если открыто одно окно?
import { Component, ElementRef } from '@angular/core';
import { EventManager } from '@angular/platform-browser'
import { AppStorageService } from './_services/app-storage.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.less']
})
export class AppComponent {
constructor(
private eventManager: EventManager
){
window.onstorage = (e) => console.log(e);
}
onTest(){
this.state = true;
}
}
Продвижение своими сайтами как стратегия роста и независимости