MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / url

Method url

packages/angular/common/src/providers/platform.ts:239–241  ·  view source on GitHub ↗

* Get the current url.

()

Source from the content-addressed store, hash-verified

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`.

Callers 11

tabs.cy.tsFile · 0.80
tabs.spec.tsFile · 0.80
tabs.cy.jsFile · 0.80
tabs.cy.jsFile · 0.80
router.e2e.tsFile · 0.80
router.e2e.tsFile · 0.80
router.e2e.tsFile · 0.80
router.e2e.tsFile · 0.80
router.e2e.tsFile · 0.80
setContentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected