import { Injectable } from '@angular/core'; @Injectable() export class BarService implements OnDestroy { constructor() {} ngOnDestroy(): void {} }