ngx-admin/src/app/pages/ui/components/typography/typography.component.ts
2016-09-19 14:30:30 +03:00

13 lines
211 B
TypeScript

import {Component, ViewEncapsulation} from '@angular/core';
@Component({
selector: 'typography',
styles: [],
template: require('./typography.html'),
})
export class Typography {
constructor() {
}
}