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) 244 B
import { EventEmitter } from '@angular/core'; export declare class HeaderService { showMenuClickEvent: EventEmitter<{}>; hasSideNav: boolean; constructor(); showMenuClick(): void; showMenuButton(e: boolean): void; }