mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-04 04:40:17 +01:00
material removed, angular updated to b16
This commit is contained in:
parent
f375f936d8
commit
a1e49ecc9b
8 changed files with 55 additions and 123 deletions
|
|
@ -4,7 +4,7 @@ import {layoutPaths} from '../../../theme';
|
|||
@Pipe({name: 'appPicture'})
|
||||
export class AppPicturePipe implements PipeTransform {
|
||||
|
||||
transform(input:string, args:any[]):string {
|
||||
transform(input:string):string {
|
||||
return layoutPaths.images.root + input;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue