mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-09 09:54:20 +01:00
appPicturePipe -> baAppPicturePipe
This commit is contained in:
parent
11c9a3d239
commit
e3982b255e
16 changed files with 28 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
export * from './appPicture.pipe.ts';
|
||||
|
|
@ -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;
|
||||
1
src/app/theme/pipes/baAppPicture/index.ts
Normal file
1
src/app/theme/pipes/baAppPicture/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './baAppPicture.pipe.ts';
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
export * from './profilePicture';
|
||||
export * from './appPicture';
|
||||
export * from './baAppPicture';
|
||||
export * from './kameleonPicture';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue