@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
13 lines (12 loc) • 956 B
TypeScript
import { AnchorComponent, AnchorTreeComponent } from './anchor.component';
import { AnchorDirective, AnchorLabelDirective } from './anchor.directive';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./anchor.component";
import * as i3 from "./anchor.directive";
export declare class AnchorModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AnchorModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AnchorModule, never, [typeof i1.CommonModule, typeof i2.AnchorComponent, typeof i2.AnchorTreeComponent, typeof i3.AnchorDirective, typeof i3.AnchorLabelDirective], [typeof i2.AnchorComponent, typeof i2.AnchorTreeComponent, typeof i3.AnchorDirective, typeof i3.AnchorLabelDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AnchorModule>;
}
export declare const ANCHOR_MODULE: readonly [typeof AnchorComponent, typeof AnchorTreeComponent, typeof AnchorDirective, typeof AnchorLabelDirective];