Skip to main content


The distinctUntilChanged is an built-in RxJS operator which could be used to eliminate duplicate values from being emitted in a row from an Observable.


Comments