UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

10 lines (8 loc) 184 B
// NG2 import { Component } from '@angular/core'; @Component({ selector: 'novo-table-header', template: '<ng-content></ng-content>' }) export class NovoTableHeaderElement { }