Guest User

Untitled

a guest
Dec 11th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. http.get(baseUrl + 'api/Student/Students1')
  2. .filter( stud => stud.Phone == 123)
  3. .subscribe(data => {
  4. this.studentTEST = data.json() as Students[];
  5. }, error => console.error(error));
Add Comment
Please, Sign In to add comment