@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
13 lines (12 loc) • 934 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dropdown.directive";
import * as i2 from "./dropdown-menu.directive";
import * as i3 from "./outside-click.directive";
import * as i4 from "./dropdown-toggle.directive";
import * as i5 from "./dropdown-item.directive";
import * as i6 from "@angular/common";
export declare class NcDropdownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NcDropdownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NcDropdownModule, [typeof i1.NcDropdownDirective, typeof i2.NcDropdownMenuDirective, typeof i3.NcOutsideClickDirective, typeof i4.NcDropdownToggleDirective, typeof i5.NcDropdownItemDirective], [typeof i6.CommonModule], [typeof i1.NcDropdownDirective, typeof i2.NcDropdownMenuDirective, typeof i3.NcOutsideClickDirective, typeof i4.NcDropdownToggleDirective, typeof i5.NcDropdownItemDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NcDropdownModule>;
}