@clr/angular
Version:
Angular components for Clarity
17 lines (16 loc) • 1.14 kB
TypeScript
import { Type } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./header";
import * as i2 from "./nav-level";
import * as i3 from "./aria-current-link";
import * as i4 from "./chocolate/nav-detection-oompa-loompa";
import * as i5 from "./chocolate/main-container-willy-wonka";
import * as i6 from "@angular/common";
import * as i7 from "../../icon/icon.module";
import * as i8 from "../../popover/dropdown/dropdown.module";
export declare const CLR_NAVIGATION_DIRECTIVES: Type<any>[];
export declare class ClrNavigationModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ClrNavigationModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrNavigationModule, [typeof i1.ClrHeader, typeof i2.ClrNavLevel, typeof i3.ClrAriaCurrentLink, typeof i4.NavDetectionOompaLoompa, typeof i5.MainContainerWillyWonka], [typeof i6.CommonModule, typeof i7.ClrIconModule, typeof i8.ClrDropdownModule], [typeof i1.ClrHeader, typeof i2.ClrNavLevel, typeof i3.ClrAriaCurrentLink, typeof i4.NavDetectionOompaLoompa, typeof i5.MainContainerWillyWonka]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ClrNavigationModule>;
}