Angular integration
Install line, peers, styles, and a minimal import for Angular. Live docs demos open in StackBlitz in one click—no local clone required.
Install
Peer expectations: Angular 17+ (standalone components supported)
npm install @simple-table/angularStyles
Import the published stylesheet once in your app entry (or a layout component).
import "@simple-table/angular/styles.css";Minimal import surface
import { SimpleTableComponent, defaultHeadersFromCore } from "@simple-table/angular";
import "@simple-table/angular/styles.css";Documentation demos include Open in StackBlitz so you can run and edit a full Angular project in the browser. Start with the quick-start sandbox below.