UNPKG

cu-ng-design-library

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.

17 lines (16 loc) 817 B
import { OnInit } from '@angular/core'; import { MatDrawerMode } from '@angular/material/sidenav'; import { Routes } from '@angular/router'; import * as i0 from "@angular/core"; export declare class AdminLayoutComponent implements OnInit { routes: Routes; toolbarTitle: string; svgIconUrl: string; imgHeight: string; mode: MatDrawerMode; opened: boolean; isMobileLayout: boolean; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AdminLayoutComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AdminLayoutComponent, "lib-admin-layout", never, { "routes": "routes"; "toolbarTitle": "toolbarTitle"; "svgIconUrl": "svgIconUrl"; "imgHeight": "imgHeight"; "mode": "mode"; "opened": "opened"; "isMobileLayout": "isMobileLayout"; }, {}, never, ["*"], false, never>; }