interacto-angular
v8.18.4
Published
**Interacto** is a front-end framework for processing user interface events.<br/> With **Interacto** developers handle user interactions (DnD, drag-lock, double-click, button click, pan, multi-touch, etc.) instead of low-level UI events.<br/> Developers c
Downloads
334
Readme
Interacto Angular
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.
Version number
7.16.0
means Interacto 7 with Angular 16
How to install
For Angular 16:
npm install interacto@latest [email protected]
For Angular 15:
npm install [email protected] [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]