Easy
Into a file user.ts, what can be told about this function ?
getUser(id: string): User {
return this.userService.getUser(id);
}
Author: Fabien MacipStatus: PublishedQuestion passed 83 times
Edit
Similar QuestionsMore questions about Angular
Into a file user.ts, what can be told about this function ?
getUser(id: string): User {
return this.userService.getUser(id);
}