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 +0,0 @@
export * from './appPicture.pipe.ts';

View file

@ -1,8 +1,8 @@
import {Pipe, PipeTransform} from '@angular/core';
import {layoutPaths} from '../../../theme';
@Pipe({name: 'appPicture'})
export class AppPicturePipe implements PipeTransform {
@Pipe({name: 'baAppPicture'})
export class BaAppPicturePipe implements PipeTransform {
transform(input:string):string {
return layoutPaths.images.root + input;

View file

@ -0,0 +1 @@
export * from './baAppPicture.pipe.ts';

View file

@ -1,3 +1,3 @@
export * from './profilePicture';
export * from './appPicture';
export * from './baAppPicture';
export * from './kameleonPicture';