I can not display json list in html
I have json in component.ts
component.ts
import { Component, Input, Output, EventEmitter } from '@angular/core';
import { BaseComponent } from '../../base.component'
import { Atividade } from '../../...
asked by
27.09.2018 / 21:38