Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

How to write test case for rxjs interval in angular 8?

I have one method "intervalCall()" into app.component.ts and sending the request every 60 seconds using rxjs interval, so want to test case for it for spect file, below is the method. ...
shekhar's user avatar
  • 23