Files
agent/shared/src/components/notification/notification.component.ts
2017-02-05 21:39:18 +01:00

13 lines
255 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'notification',
templateUrl: './notification.component.html',
styleUrls: ['./notification.component.scss']
})
export class NotificationComponent {
constructor() {
}
}