gridstack
Version:
TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)
23 lines (19 loc) • 584 B
text/typescript
/**
* gridstack.component.ts 12.0.0
* Copyright (c) 2022-2024 Alain Dumesny - see GridStack root license
*/
import { NgModule } from "@angular/core";
import { GridstackItemComponent } from "./gridstack-item.component";
import { GridstackComponent } from "./gridstack.component";
// @deprecated use GridstackComponent and GridstackItemComponent as standalone components
export class GridstackModule {}