Angular 19 configurable table project example
This project demonstrates an implementation of a flexible and configurable table using Angular and TypeScript. It showcases approaches to building dynamic and extensible UI components, form handling, data processing, and creating highly reusable Angular components.
- As an example of building configurable tables with Angular + TypeScript
- For learning modular Angular application architecture
- As a foundation for creating your own tables with row editing, sorting, filtering, and column configuration capabilities
- Make sure you have Node.js and npm installed
- Clone the repository
- Install dependencies:
npm install
- Run the application in development mode:
After starting, the application will be available at
npm run start
http://localhost:4200
The demo version of the application is available at: https://anton-marchenko.github.io/am.agile-table/