Questions tagged as 'angular-6'

1
answer

I can not popular my mat-table

This is my html with mat-table <div> <table mat-table [dataSource] = "dataSource" class="mat-elevation-z8"> <ng-container matColumnDef="codigo"> <th mat-header-cell *matHeaderCellDef> Codigo </th>...
asked by 06.07.2018 / 17:59
1
answer

Error consuming method getAll angular 6

This is the error:    src / app / create / create-fields / create-fields.component.ts (29,16): error   TS2345: Argument of type '(data: Result) = > void   not assignable to parameter of type '(value: TypeFieldItem) = > void '.   Types o...
asked by 27.07.2018 / 16:01