Skip to content

@touchspin/angular@5.2.0

Latest

Choose a tag to compare

@istvan-ujjmeszaros istvan-ujjmeszaros released this 24 Oct 04:08
· 1 commit to main since this release
911cc02

Minor Changes

  • ab914b8: ### Feat: Complete TouchSpin API support for Angular

    Added complete TouchSpinHandle interface with all core methods (startUpSpin, startDownSpin, stopSpin, updateSettings) and TouchSpin event support (onMin, onMax, onStartSpin, onStopSpin, etc.) as Angular @output() EventEmitters. Enhanced Angular 17 example to demonstrate all features with event tracking and imperative controls. Full TypeScript support with proper type definitions.