mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-08 17:34:20 +01:00
Msg center to pageTop.
This commit is contained in:
parent
af30088daf
commit
112d9be673
8 changed files with 332 additions and 2 deletions
8
src/app/theme/msgCenter/msgCenter.component.ts
Normal file
8
src/app/theme/msgCenter/msgCenter.component.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
@Component({
|
||||
selector: 'msg-center',
|
||||
styles: [ require('./msgCenter.scss') ],
|
||||
template: require('./msgCenter.html')
|
||||
})
|
||||
export class MsgCenter {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue