swipeable-toasts
Version:
Swipeable Toasts for the Ionic-Framework
2 lines • 391 B
JavaScript
export var HTML = "<div (touchstart)=\"dismiss($event)\" (touchmove)=\"dismiss($event)\" class=\"toast {{state}} {{cssClass}}\"\n [style.width]=\"calculatedWidth\" [style.margin]=\"margin\" [style.top]=\"top\" [style.left]=\"left\">\n <div class=\"toast-content {{messageType}}\">\n {{ message }}\n </div>\n</div>";
//# sourceMappingURL=swipeable-toast-component.html.js.map