This library provides a generic Historical<T>
class for tracking and managing the history of values in JavaScript and TypeScript applications. It is designed to be versatile, supporting undo/redo operations, callback registration for value changes, and serialization/deserialization functionalities. Additionally, the library offers integration with Angular applications through a dedicated service, HistoricalService
, and an example Angular component, MyComponent
, demonstrating its practical use.
(TODO: Add installation steps here once available)