1 min readJan 11, 2020
By default, the internal flush()
method flushes only non-periodic tasks. The exposed flush()
function doesn’t let you pass the second parameter, the flushPeriodic, and therefore it’s always false
.
I think you should open an issue in the Angular repo.