Clean Angular 2.4.10 consumer app for @stackline/angular-data-table-component@2.0.0.
This is an end-of-life compatibility playground, not a supported production starter. Its exact Angular 2 dependency graph is retained so the public StackBlitz example remains reproducible.
This repository exists for StackBlitz and keeps the examples easy to inspect:
- one route per example
- one folder per example under
src/app/examples - real Angular templates
- package installed from npm
- SystemJS runtime matching Angular 2 applications
npm ci --ignore-scripts
npm startThe local server supports direct example URLs such as /basic, /sorting, and /headless-html.
The app includes sorting, row selection, server pagination, large-data pagination, filtering, grouping, pinning, sizing, templates, image cells, accessibility/keyboard behavior, and headless custom HTML.
Angular 2 has known advisories that require a framework-major migration. CI builds the exact snapshot and rejects every audit finding except the documented advisories with no compatible fix. See SECURITY.md.