mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 00:06:10 +01:00
code reformat to follow the styles
This commit is contained in:
parent
669b3df4b5
commit
a8cd300ecc
26 changed files with 193 additions and 187 deletions
|
|
@ -4,7 +4,7 @@ import {layoutPaths} from '../../theme.constants';
|
|||
@Pipe({name: 'profilePicture'})
|
||||
export class ProfilePicturePipe implements PipeTransform {
|
||||
|
||||
transform(input: string, args:string[]): string {
|
||||
transform(input:string, args:string[]):string {
|
||||
let ext = args[0] || 'png';
|
||||
return layoutPaths.images.profile + input + '.' + ext;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue