import {Component} from 'angular2/core'; import {Notifications} from './notification'; @Component({ selector: 'app', directives: [Notifications], template: `