import { Component } from '@angular/core'; @Component({ selector: 'ngx-tables', template: ``, }) export class TablesComponent { }