appPicturePipe -> baAppPicturePipe

This commit is contained in:
nixa 2016-05-18 16:52:06 +03:00
parent 11c9a3d239
commit e3982b255e
16 changed files with 28 additions and 28 deletions

View file

@ -1,12 +1,12 @@
import {Component, ViewEncapsulation} from '@angular/core';
import {AppPicturePipe} from '../../../../theme/pipes';
import {BaAppPicturePipe} from '../../../../theme/pipes';
import {BaCard} from '../../../../theme/components';
@Component({
selector: 'typography',
pipes: [AppPicturePipe],
pipes: [BaAppPicturePipe],
directives: [BaCard],
providers: [],
styles: [],