mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-28 04:06:11 +01:00
Msg center to pageTop.
This commit is contained in:
parent
af30088daf
commit
112d9be673
8 changed files with 332 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
import {MsgCenter} from '../msgCenter';
|
||||
|
||||
@Component({
|
||||
selector: 'page-top',
|
||||
styles: [ require('./pageTop.scss') ],
|
||||
template: require('./pageTop.html')
|
||||
template: require('./pageTop.html'),
|
||||
directives: [MsgCenter]
|
||||
})
|
||||
export class PageTop {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue