@volosoft/abp.ng.theme.lepton-x
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
17 lines (16 loc) • 1.1 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./top-menu-application-layout.component";
import * as i2 from "@angular/common";
import * as i3 from "@volosoft/ngx-lepton-x/layouts";
import * as i4 from "@volo/abp.ng.lepton-x.core";
import * as i5 from "@volo/ngx-lepton-x.core";
import * as i6 from "@abp/ng.core";
import * as i7 from "@angular/router";
export declare class TopMenuLayoutModule {
static forRoot(): ModuleWithProviders<TopMenuLayoutModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<TopMenuLayoutModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TopMenuLayoutModule, [typeof i1.TopMenuApplicationLayoutComponent], [typeof i2.CommonModule, typeof i3.LpxTopMenuLayoutModule, typeof i4.LeptonXAbpCoreModule, typeof i5.LpxBreadcrumbModule, typeof i5.LpxFooterModule, typeof i5.LpxNavbarModule, typeof i6.CoreModule, typeof i4.PageAlertContainerModule, typeof i7.RouterOutlet], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<TopMenuLayoutModule>;
}
export declare function initLayoutsFactory(): void;