mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 05:10:16 +01:00
main user profile avatar fix
This commit is contained in:
parent
c78c5299e2
commit
ce4671f81f
3 changed files with 6 additions and 3 deletions
|
|
@ -1,11 +1,13 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
import {MsgCenter} from '../msgCenter';
|
||||
import {ProfilePicturePipe} from '../pipes/image/profile-picture.pipe';
|
||||
|
||||
@Component({
|
||||
selector: 'page-top',
|
||||
styles: [ require('./pageTop.scss') ],
|
||||
template: require('./pageTop.html'),
|
||||
directives: [MsgCenter]
|
||||
directives: [MsgCenter],
|
||||
pipes: [ProfilePicturePipe]
|
||||
})
|
||||
export class PageTop {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue