()
| 84 | } |
| 85 | |
| 86 | componentDidLoad() { |
| 87 | window.addEventListener('ionRouteRedirectChanged', debounce(this.onRedirectChanged.bind(this), 10)); |
| 88 | window.addEventListener('ionRouteDataChanged', debounce(this.onRoutesChanged.bind(this), 100)); |
| 89 | } |
| 90 | |
| 91 | @Listen('popstate', { target: 'window' }) |
| 92 | protected async onPopState() { |
nothing calls this directly
no test coverage detected