right-angled
Version:
Lightweight and easy to use angular data grids. Integrates with your markup and styles rather than generating its own.
17 lines • 1.25 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./selectable.directive";
import * as i2 from "./selection-area.directive";
import * as i3 from "./selection-checkbox-for.directive";
import * as i4 from "@angular/common";
export declare class RTSelectionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RTSelectionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RTSelectionModule, [typeof i1.SelectableDirective, typeof i2.SelectionAreaDirective, typeof i3.SelectionCheckboxForDirective], [typeof i4.CommonModule], [typeof i1.SelectableDirective, typeof i2.SelectionAreaDirective, typeof i3.SelectionCheckboxForDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RTSelectionModule>;
}
export { RTSelectionService } from './providers/selection.service';
export { SelectionElementEventsEmitter, SelectionEventsEmitter, RTSelectionEvent } from './providers/selection-events-emitter';
export { RTSelectionEventsHelper } from './providers/selection-events-helper';
export { SelectableDirective } from './selectable.directive';
export { SelectionAreaDirective } from './selection-area.directive';
export { SelectionCheckboxForDirective } from './selection-checkbox-for.directive';
//# sourceMappingURL=selection.module.d.ts.map