구독 중인 컴포넌트에서 서비스를 생성했는데 ngFor를 사용하면 div가 전혀 렌더링되지 않습니다.
Component.TS 파일
Component.html 파일
데이터가 내 console.log에 표시되지만 카드에서는 전혀 렌더링되지 않습니다. 도와주세요, 감사합니다!
ts 파일에 더미 배열을 추가하고 콘솔 로그에 인쇄해 보았으나 여전히 div에서 렌더링되지 않습니다.
계획을 비동기적으로 로드할 수 있습니다.
관찰 가능한 개체 만들기 public plans$: Observable<any>
public plans$: Observable<any>
구독 할당 this.plans$ = this.service.getPlans();
this.plans$ = this.service.getPlans();
HTML에서 조건부로 렌더링
계획을 비동기적으로 로드할 수 있습니다.
관찰 가능한 개체 만들기
public plans$: Observable<any>
구독 할당
this.plans$ = this.service.getPlans();
HTML에서 조건부로 렌더링