+
+ The host is changing its size and position, but the tour should still
+ work
+
+
+ `,
+})
+export class TourResizingHostComponent implements OnInit, OnDestroy {
+ public top = 100;
+ public left = 50;
+ public buttonWidth = 100;
+
+ private interval: ReturnType