UNPKG

@zoff-tech/zt-bottom-drawer

Version:
24 lines (21 loc) 652 B
import { r as registerInstance, d as createEvent } from './index-8f8312e9.js'; const RouteRedirect = class { constructor(hostRef) { registerInstance(this, hostRef); this.ionRouteRedirectChanged = createEvent(this, "ionRouteRedirectChanged", 7); this.from = undefined; this.to = undefined; } propDidChange() { this.ionRouteRedirectChanged.emit(); } connectedCallback() { this.ionRouteRedirectChanged.emit(); } static get watchers() { return { "from": ["propDidChange"], "to": ["propDidChange"] }; } }; export { RouteRedirect as ion_route_redirect }; //# sourceMappingURL=ion-route-redirect.entry.js.map