Msg center to pageTop.

This commit is contained in:
smartapant 2016-04-25 19:33:47 +03:00
parent af30088daf
commit 112d9be673
8 changed files with 332 additions and 2 deletions

View 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 {}