import { Injectable } from '@angular/core'; import { Location as Local } from '@angular/common'; import { App } from 'ionic-angular'; @Injectable() export class Location{ pathname $$path params constructor(public app:App, public local:Local) { } monitor = () => { } }