()
| 70 | } |
| 71 | |
| 72 | baseHref() { |
| 73 | return this._baseHref || (this._baseHref = this.$browser.baseHref() || this.$window.location.pathname); |
| 74 | } |
| 75 | |
| 76 | url(newUrl?: string, replace = false, state?) { |
| 77 | if (isDefined(newUrl)) this.$location.url(newUrl); |
no outgoing calls
no test coverage detected