Indentation
This commit is contained in:
@@ -46,7 +46,8 @@ export class ListOfGearsComponent implements OnInit {
|
||||
}
|
||||
|
||||
getListOfGears() {
|
||||
this.serviceApi.getListOfGears().subscribe(data => {
|
||||
this.serviceApi.getListOfGears()
|
||||
.subscribe(data => {
|
||||
setTimeout(() => {
|
||||
this.dataSourceTable = new MatTableDataSource<GearResp>(data);
|
||||
this.dataSourceTable.paginator = this.paginator;
|
||||
|
||||
Reference in New Issue
Block a user