Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created August 5, 2023 07:17
Show Gist options
  • Save nishanc/a45beead9e4a040e17636b6f3302f757 to your computer and use it in GitHub Desktop.
Save nishanc/a45beead9e4a040e17636b6f3302f757 to your computer and use it in GitHub Desktop.
import { EventEmitter, Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class EventHandlerService {
notificationEvent: EventEmitter<any> = new EventEmitter<any>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment