UNPKG

ng2-encrm-components

Version:
17 lines (10 loc) 257 B
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() { } }