@whitekongsoftware/ngx-ui-tour-ionic
v8.7.5
Published
UI tour library for Angular with Ionic 8.7.5+ support - Updated fork
Maintainers
Readme
@whitekongsoftware/ngx-ui-tour-ionic
UI tour library for Angular with Ionic 8.7.5+ support.
About
This is a fork of the original ngx-ui-tour-ionic library, updated to support Ionic 8.7.5 and Angular 20.
Installation
npm install @whitekongsoftware/ngx-ui-tour-ionicUsage
This library maintains the same API as the original ngx-ui-tour-ionic. Simply replace the import:
Before:
import { TourIonPopoverModule } from 'ngx-ui-tour-ionic';After:
import { TourIonPopoverModule } from '@whitekongsoftware/ngx-ui-tour-ionic';Requirements
- Angular 20+
- Ionic 8.7.5+
Changes from Original
- Updated peer dependency to support Ionic 8.7.5+
- Tested with Angular 20
- Maintains full compatibility with original API
Credits
Original library by hakimio: https://github.com/hakimio/ngx-ui-tour
License
MIT
