ngx-ui-tour-core
Version:
UI tour library for Angular 12+
38 lines • 850 B
JSON
{
"name": "ngx-ui-tour-core",
"version": "14.0.0",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
"ngx",
"tour",
"product-tour",
"ui-tour",
"onboarding",
"onboarding-tour"
],
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Isaac Mann <isaacplmann@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/router": "^19.0.0",
"rxjs": "^7.4.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2022/ngx-ui-tour-core.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-ui-tour-core.mjs"
}
},
"sideEffects": false
}