SyntaxFix
Write A Post
Hire A Developer
Questions
You should use async pipe. Doc: https://angular.io/api/common/AsyncPipe
For example:
<li *ngFor="let a of authorizationTypes | async"[value]="a.id"> {{ a.name }} </li>