refactor(treeview): get rid of strange ts compilation error

This commit is contained in:
nixa 2016-07-08 10:39:25 +03:00
parent e1f5de1e21
commit 5981758416
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,4 @@
import {Component, ViewEncapsulation, Input} from '@angular/core';
import {Component, ViewEncapsulation, ViewChild, Input} from '@angular/core';
import {BaCardBlur} from './baCardBlur.directive';
@Component({

View file

@ -1,2 +1 @@
export * from './baCard.component.ts';
export * from './baCardBlur.directive';
export * from './baCard.component';