guangxun-breadcrumb
Version:
Guangxun breadcrumb component for Angular
14 lines (13 loc) • 858 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { BreadcrumbConfig } from './guangxun-breadcrumb.type';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@angular/router";
import * as i3 from "@ngx-translate/core";
import * as i4 from "./guangxun-breadcrumb.component";
export declare class GuangxunBreadcrumbModule {
static forRoot(config: BreadcrumbConfig): ModuleWithProviders<GuangxunBreadcrumbModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<GuangxunBreadcrumbModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GuangxunBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.TranslateModule, typeof i4.GuangxunBreadcrumbComponent], [typeof i4.GuangxunBreadcrumbComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GuangxunBreadcrumbModule>;
}