Interacto is a front-end framework for processing user interface events.
With Interacto developers handle user interactions (DnD, drag-lock, double-click, button click, pan, multi-touch, etc.) instead of low-level UI events.
Developers configure how to turn a selected user interaction into a (undoable) UI command using a fluent API.
Interacto also provides a native support for undo/redo operations.
This project provides facilities for using Interacto within Angular projects, in particular Angular directives and DI.
See https://interacto.github.io for usages and documentation of Interacto.
8.18.0
means Interacto 9 with Angular 18
For Angular 18:
npm install interacto@8 [email protected]
For Angular 17:
npm install interacto@8 [email protected]
For Angular 16:
npm install interacto@7 [email protected]
For Angular 15:
npm install interacto@7 [email protected]
For Angular 14:
npm install [email protected] [email protected]
For Angular 13:
npm install [email protected] [email protected]
For Angular 12:
npm install [email protected] [email protected]