KameleonPicture -> BaKameleonPicture

This commit is contained in:
nixa 2016-05-18 16:57:38 +03:00
parent 33b75eca35
commit 1224cf17db
6 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,8 @@
import {Pipe, PipeTransform} from '@angular/core';
import {layoutPaths} from '../../../theme';
@Pipe({name: 'kameleonPicture'})
export class KameleonPicturePipe implements PipeTransform {
@Pipe({name: 'baKameleonPicture'})
export class BaKameleonPicturePipe implements PipeTransform {
transform(input:string):string {
return layoutPaths.images.root + 'theme/icon/kameleon/' + input + '.svg';

View file

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

View file

@ -1,3 +1,3 @@
export * from './baProfilePicture';
export * from './baAppPicture';
export * from './kameleonPicture';
export * from './baKameleonPicture';

View file

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