UNPKG

@lucasferreiralsf/angular-frontend-library

Version:

This is a set of custom angular components to easy the development of any Subway frontend project.

9 lines (8 loc) 277 B
import { EventEmitter } from '@angular/core'; export declare class PopoverService { emitirCloseEvent: EventEmitter<any>; buttonClickEvent: EventEmitter<any>; constructor(); closeDropdown(): void; buttonClickEmit(event: any, elementId: any): void; }