UNPKG

ng2-encrm-components

Version:
13 lines (9 loc) 255 B
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'table-preview', template: require('./table-preview.component.html') }) export class TablePreviewComponent implements OnInit { constructor() { } ngOnInit() { } }