UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

10 lines (8 loc) 175 B
// NG2 import { Component } from '@angular/core'; @Component({ selector: 'typography', template: require('./Typography.html') }) export class TypographyComponent { }