UNPKG

@clr/angular

Version:

Angular components for Clarity

18 lines (17 loc) 884 B
import { CdkDrag } from '@angular/cdk/drag-drop'; import * as i0 from "@angular/core"; /** * This is just a copy of CdkDrag so it can be used independent of the rest of the CdkDragDropModule. */ export declare class CdkDragModule_CdkDrag extends CdkDrag { static ɵfac: i0.ɵɵFactoryDeclaration<CdkDragModule_CdkDrag, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CdkDragModule_CdkDrag, "[cdkDrag]", never, {}, {}, never, never, false, never>; } /** * This module allows us to avoid importing all of CdkDragDropModule which results in a smaller application bundle. */ export declare class CdkDragModule { static ɵfac: i0.ɵɵFactoryDeclaration<CdkDragModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<CdkDragModule, [typeof CdkDragModule_CdkDrag], never, [typeof CdkDragModule_CdkDrag]>; static ɵinj: i0.ɵɵInjectorDeclaration<CdkDragModule>; }