I have created a single page mortgage calculator application in Angular 2, which acts like a learning playground for me (trying to get more accustomed to technology stack cu
It seems you are dealing with Queryparams . So to access them, you can try below code,
this.var1= this.route .queryParams .map(params => params['var1']);