Guest User

Untitled

a guest
Jan 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. onSearch( term:string)
  2. {
  3. this.router.navigate([' search', {term: term}]);
  4. }
  5.  
  6. this.router.navigate([' search', {'term': term}]);
Add Comment
Please, Sign In to add comment