* Get the current url.
()
| 237 | * Get the current url. |
| 238 | */ |
| 239 | url(): string { |
| 240 | return this.win.location.href; |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Gets the width of the platform's viewport using `window.innerWidth`. |
no outgoing calls
no test coverage detected