(search: string)
| 159 | |
| 160 | // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L72 |
| 161 | decodeSearch(search: string) { |
| 162 | return parseKeyValue(search); |
| 163 | } |
| 164 | |
| 165 | // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L73 |
| 166 | decodeHash(hash: string) { |
no test coverage detected