mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 11:20:16 +01:00
msgCenter -> baMsgCenter
This commit is contained in:
parent
e125febda6
commit
12a1056c12
9 changed files with 41 additions and 17 deletions
|
|
@ -2,14 +2,14 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
|||
|
||||
import {AppState} from '../../../app.state';
|
||||
import {BaProfilePicturePipe} from '../../pipes';
|
||||
import {MsgCenter} from '../../components/msgCenter';
|
||||
import {BaMsgCenter} from '../../components/baMsgCenter';
|
||||
import {BaScrollPosition} from '../../directives';
|
||||
|
||||
@Component({
|
||||
selector: 'page-top',
|
||||
styles: [require('./pageTop.scss')],
|
||||
template: require('./pageTop.html'),
|
||||
directives: [MsgCenter, BaScrollPosition],
|
||||
directives: [BaMsgCenter, BaScrollPosition],
|
||||
pipes: [BaProfilePicturePipe],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue