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