깜놀하는 해므찌로

Angular screen size check 사이즈 체크 예시 본문

IT

Angular screen size check 사이즈 체크 예시

agnusdei1207 2023. 7. 6. 18:50
반응형
SMALL
@HostListener('window:resize', ['$event'])
  onResize(event: any) {
    document.documentElement.clientWidth => 현재 디바이스 스크린 width
  }

 

반응형
LIST