To create an Observable that immediately completes without emitting any values, you can use the _____ function.

  • create
  • empty
  • interval
  • of
To create an Observable that immediately completes without emitting any values, you can use the empty function.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *