mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-18 15:35:30 +01:00
KameleonPicture -> BaKameleonPicture
This commit is contained in:
parent
33b75eca35
commit
1224cf17db
6 changed files with 8 additions and 8 deletions
|
|
@ -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';
|
||||
1
src/app/theme/pipes/baKameleonPicture/index.ts
Normal file
1
src/app/theme/pipes/baKameleonPicture/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './baKameleonPicture.pipe.ts';
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
export * from './baProfilePicture';
|
||||
export * from './baAppPicture';
|
||||
export * from './kameleonPicture';
|
||||
export * from './baKameleonPicture';
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
export * from './kameleonPicture.pipe.ts';
|
||||
Loading…
Add table
Add a link
Reference in a new issue