repeat
Last updated
Last updated
repeat(count: number): Observable
💡 Like retry
but for non error cases!
Example 1: Repeat 3 times
( StackBlitz )
repeat 📰 - Official docs
📁 Source Code: https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/repeat.ts