fix(tables): fix #700

This commit is contained in:
Alexander Zhukov 2017-02-10 17:28:53 +03:00
parent 08de1f65c9
commit c85eae7e4b
7 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,4 @@
import {Component, ViewEncapsulation} from '@angular/core';
import {Component} from '@angular/core';
import 'style-loader!./buttons.scss';

View file

@ -1,9 +1,8 @@
import {Component, ViewEncapsulation} from '@angular/core';
import {Component} from '@angular/core';
@Component({
selector: 'typography',
styles: [],
templateUrl: './typography.html',
})
export class Typography {