카테고리 없음

[ ANGULAR ] subscribe 상태 변경

HEON.D 2021. 5. 13. 13:55

.subscribe 할때 렌더링 뷰가 업데이트 되지 않는 경우

import { ChangeDetectorRef } from '@angular/core';

constructor(
  private cdr: ChangeDetectorRef
) {}

this.cdr.detectChanges();