python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular - How to get posts, tags and comment count from Wordpress REST API using switchMap and then combine the resulting values using JavaScript?
I am working on an Angular app that needs to fetch posts, their respective tag names and comment count from Wordpress REST API. With the API three GET requests need to be sent to the server. The first...
aleksejjj
Votes: 0
Answers: 1
switchmap complains not returning but thought i was
here is the error:
ERROR TypeError: You provided 'undefined' where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
Here is the code
publicresourceuploadtos3(event): ...
Christopher Jakob
Votes: 0
Answers: 1
Angular - How to get posts and tag names from Wordpress REST API using switchMap (merge two server responses)?
I am working on an Angular app that needs to fetch posts and their respective tag names from Wordpress REST API. With the API two GET requests need to be sent to the server. The first request is being...
aleksejjj
Votes: 0
Answers: 1