ui typography

This commit is contained in:
nixa 2016-05-12 11:17:54 +03:00
parent 0dfcf86787
commit 85d5441f71
3 changed files with 247 additions and 9 deletions

View file

@ -1,8 +1,13 @@
import {Component, ViewEncapsulation} from '@angular/core';
import {AppPicturePipe} from '../../../../theme/pipes';
import {BaCard} from '../../../../theme/components';
@Component({
selector: 'typography',
pipes: [],
pipes: [AppPicturePipe],
directives: [BaCard],
providers: [],
styles: [],
template: require('./typography.html'),
@ -11,9 +16,4 @@ export class Typography {
constructor() {
}
ngOnInit() {
console.log('typography');
}
}