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