ngx-ui-tour-console
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ import { TourAnchorDirective, TourService, IStepOption, TourBackdropService } from 'ngx-ui-tour-core'; | ||
private tourService; | ||
private element; | ||
element: ElementRef; | ||
private tourBackdrop; | ||
@@ -9,0 +9,0 @@ tourAnchor: string; |
{ | ||
"name": "ngx-ui-tour-console", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"repository": "https://github.com/hakimio/ngx-ui-tour.git", | ||
@@ -24,3 +24,3 @@ "author": "Isaac Mann <isaacplmann@gmail.com>", | ||
"tslib": "^2.0.0", | ||
"ngx-ui-tour-core": "8.0.1" | ||
"ngx-ui-tour-core": "8.1.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "module": "fesm2015/ngx-ui-tour-console.mjs", |
@@ -257,2 +257,3 @@  | ||
| **delayAfterNavigation** | number | 0 | Delay between navigation to a different route and showing the tour step in ms. Might be needed if you use custom scrollbar and the page is not scrolled all the way before the tour step is shown. | | ||
| **goToNextOnAnchorClick** | boolean | false | Go to next step on anchor element click instead of "Next" button. | | ||
@@ -259,0 +260,0 @@ ## Defaults |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55035
0.78%351
0.29%+ Added
- Removed
Updated