We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a87e56d + a3b8634 commit e30f075Copy full SHA for e30f075
README.md
@@ -682,7 +682,7 @@ this.http
682
.map(res => res.json())
683
.map(res => plainToClass(User, res as Object[]))
684
.subscribe(users => {
685
- // now "users" is type of User[] and each user have getName() and isAdult() methods available
+ // now "users" is type of User[] and each user has getName() and isAdult() methods available
686
console.log(users);
687
});
688
```
0 commit comments