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

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