learn-rxjs-operators
learn-rxjs-operators copied to clipboard
fix(operators): transformation/switchmap.md
interval(500)是先等待500ms再发出流,timer(0, 5000)在5000ms内,有9个流发出。所以输出应该是0,1,2,3,4,5,6,7,8