Merge branch 'master' into develop/router

Conflicts:
	package.json
This commit is contained in:
nixa 2016-07-08 13:16:37 +03:00
commit 5b66c255ad
9 changed files with 48 additions and 5 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';