Guest User

Untitled

a guest
Jun 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. //id: any;
  2. //amount: any;
  3.  
  4. //this.id = this.route.snapshot.paramMap.get('id');
  5. //this.amount = this.route.snapshot.paramMap.get('amount');
  6. //console.log(this.id);
  7. //console.log(this.amount);
  8.  
  9. //this.router.navigate(['../invest-on-properties', this.id, this.amount]);
Add Comment
Please, Sign In to add comment