Javascript – display async data in the angular view
i am fetching the data form an API beck-end and displaying its content in to my view in angular, for the service i am using observables export class PropertyService { apiUrl: string = environment.domain; constructor(private http: HttpClient) {} private _propertyDetailedInfo…