mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 11:20:16 +01:00
profilePicturePipe -> baProfilePicturePipe
This commit is contained in:
parent
e3982b255e
commit
33b75eca35
10 changed files with 15 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
import {AppState} from '../../../app.state';
|
||||
import {ProfilePicturePipe} from '../../pipes';
|
||||
import {BaProfilePicturePipe} from '../../pipes';
|
||||
import {MsgCenter} from '../../components/msgCenter';
|
||||
import {BaScrollPosition} from '../../directives';
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ import {BaScrollPosition} from '../../directives';
|
|||
styles: [require('./pageTop.scss')],
|
||||
template: require('./pageTop.html'),
|
||||
directives: [MsgCenter, BaScrollPosition],
|
||||
pipes: [ProfilePicturePipe],
|
||||
pipes: [BaProfilePicturePipe],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class PageTop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue