import { Component } from '@angular/core'; @Component({ selector: 'sweeper-me-notifications-2', templateUrl: './me-notifications-2.component.html', styleUrls: ['./me-notifications-2.component.scss'], }) export class MeNotifications2Component { title = "me-notifications-2"; }