UNPKG

552 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./sortable.component";
4import * as i2 from "@angular/common";
5export declare class SortableModule {
6 static forRoot(): ModuleWithProviders<SortableModule>;
7 static ɵfac: i0.ɵɵFactoryDeclaration<SortableModule, never>;
8 static ɵmod: i0.ɵɵNgModuleDeclaration<SortableModule, [typeof i1.SortableComponent], [typeof i2.CommonModule], [typeof i1.SortableComponent]>;
9 static ɵinj: i0.ɵɵInjectorDeclaration<SortableModule>;
10}