ngx-admin/src/app/pages/ui/components/typography/typography.component.ts

14 lines
211 B
TypeScript
Raw Normal View History

2016-05-11 17:38:01 +03:00
import {Component, ViewEncapsulation} from '@angular/core';
2016-04-29 20:07:25 +03:00
2016-05-12 11:17:54 +03:00
2016-04-29 20:07:25 +03:00
@Component({
selector: 'typography',
styles: [],
2016-05-03 11:56:21 +03:00
template: require('./typography.html'),
2016-04-29 20:07:25 +03:00
})
export class Typography {
constructor() {
}
}