@ngneat/cmdk
Version:
<p align="center"> <img width="20%" height="20%" src="./src/assets/ngneat%20cdk.svg"> </p>
20 lines (19 loc) • 1.47 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@ngneat/overview";
import * as i3 from "@angular/cdk/a11y";
import * as i4 from "./components/command/command.component";
import * as i5 from "./directives/input/input.directive";
import * as i6 from "./directives/empty/empty.directive";
import * as i7 from "./components/group/group.component";
import * as i8 from "./components/separator/separator.component";
import * as i9 from "./directives/item/item.directive";
import * as i10 from "./directives/loader/loader.directive";
import * as i11 from "./components/list/list.component";
export declare class CmdkModule {
static forRoot(): ModuleWithProviders<CmdkModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<CmdkModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CmdkModule, never, [typeof i1.CommonModule, typeof i2.DynamicViewModule, typeof i3.A11yModule, typeof i4.CommandComponent, typeof i5.InputDirective, typeof i6.EmptyDirective, typeof i7.GroupComponent, typeof i8.SeparatorComponent, typeof i9.ItemDirective, typeof i10.LoaderDirective, typeof i11.ListComponent], [typeof i4.CommandComponent, typeof i5.InputDirective, typeof i6.EmptyDirective, typeof i7.GroupComponent, typeof i8.SeparatorComponent, typeof i9.ItemDirective, typeof i10.LoaderDirective, typeof i11.ListComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CmdkModule>;
}