import { Component, OnInit } from '@angular/core';

const id = 'bs4-table-cell';

@Component({
    selector: id,
    template: require(`./${id}.component.html`)
})
export class Bs4TableCell implements OnInit {
    constructor() { }

    ngOnInit() { }



}
