Dapatkan Lebar Layar di Acara Ubah Ukuran

@HostListener('window:resize', ['$event'])
onResize(event) {
  this.innerWidth = window.innerWidth;
}
Testy Tapir