SyntaxFix
Write A Post
Hire A Developer
Questions
Don't need to use this method:
.map((res: Response) => res.json() );
Just use this simple method instead of the previous method. hopefully you'll get your result:
.map(res => res );