Questions tagged as 'ts'

0
answers

Table in Angular Material, problem with string interpolation

Alright? I have a problem when it comes to displaying the data in the material table, nothing appears ... If I change the tag: <table mat-table [dataSource]="dataSource" matSort class="mat-elevation-z8"> by <table mat-table [d...
asked by 22.12.2018 / 02:10
1
answer

Error when displaying json in Angular 6

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