Open kaishuu0123 opened 5 years ago
Looks like it does not contain the #19 change. Fetch from https://npmjs.com.
node_modules/angular-custom-tour/src/intro-tour/tour.component.js
(snip) TourComponent.decorators = [ { type: core_1.Component, args: [{ selector: variables_1.HintConfig.HINT_TAG, template: "<div class=\"intro-tour-hint-wrapper {{transformClass}} step{{order}} {{position}}\"\n *ngIf=\"showme\" [ngStyle]=\"{'top': topPos+'px', 'left': leftPos+'px'}\" >\n <div class=\"header\" *ngIf=\"title\">{{title}}</div>\n <div class=\"content\"><ng-content></ng-content></div>\n <div class=\"footer\">\n <a class=\"navigate-btn\" *ngIf=\"hasPrev\" (click)=\"prev()\">←</a>\n <a class=\"navigate-btn\" *ngIf=\"hasNext\" (click)=\"next()\">→</a>\n <a class=\"navigate-btn\" (click)=\"exit()\">✖</a>\n </div>\n </div>", },] }, ]; (snip)
reformated text in template
<a class=\"navigate-btn\" *ngIf=\"hasPrev\" (click)=\"prev()\">←</a> <a class=\"navigate-btn\" *ngIf=\"hasNext\" (click)=\"next()\">→</a> <a class=\"navigate-btn\" (click)=\"exit()\">✖</a>\n
want a version that also contains #19 changes.
Looks like it does not contain the #19 change. Fetch from https://npmjs.com.
node_modules/angular-custom-tour/src/intro-tour/tour.component.js
reformated text in template
want a version that also contains #19 changes.