UNPKG
ngx-ui-tour-core
Version:
latest (17.0.0)
17.0.0
16.0.0
15.0.0
14.0.0
13.0.0
12.1.0
12.0.2
12.0.1
12.0.0
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.6.0
10.5.1
10.5.0
10.4.0
10.3.1
10.3.0
10.2.0
10.1.0
10.0.0
9.2.1
9.2.0
9.1.0
9.0.0
8.1.2
8.1.1
8.1.0
8.0.1
8.0.0
7.0.2
7.0.1
7.0.0
6.1.0
6.0.0
5.2.0
5.1.1
5.1.0
5.0.0
UI tour library for Angular 12+
github.com/hakimio/ngx-ui-tour
hakimio/ngx-ui-tour
ngx-ui-tour-core
/
lib
/
tour-anchor.directive.d.ts
8 lines
(7 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
ElementRef
}
from
'@angular/core'
;
import
type
{
IStepOption
}
from
'./tour.service'
;
export
interface
TourAnchorDirective
{
showTourStep
(
step
:
IStepOption
):
void
;
hideTourStep
():
void
;
element
:
ElementRef
; }