Relative Content

Tag Archive for angularrxjs

setTimeout doesnt work with combineLatest

I have a dynamic form which i m using multiple observables to load data. When all observables emit value, i want to set my form to pristine state. Only problem is that one of my observables is inside of a setTimeout and i cant change that part of code. Is there any alternative way to achieve to set my form to pristine state ?