cu-ng-design-library
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
13 lines (12 loc) • 530 B
TypeScript
import { MatDialog } from '@angular/material/dialog';
import { Routes } from '@angular/router';
import * as i0 from "@angular/core";
export declare class MobileMenuComponent {
dialog: MatDialog;
showFiller: boolean;
routes: Routes;
constructor(dialog: MatDialog);
openDialog(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MobileMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MobileMenuComponent, "lib-mobile-menu", never, { "routes": "routes"; }, {}, never, never, false, never>;
}