Capture segment change as observable stream

Hi

With FormControl and ION-INPUT one can capture changes using an Observable stream using the valueChanges observable stream. (Ionic v4 - Angular)

Assiging a formcontrol to a select does not seem to work, at least what I tried.

<ion-segment value="all" [formControl]="searchControl">

Anyone have an idea how to subscribe to ion-segment observable stream?

Ideally I don’t want to use ionChange event (can you grab the event as stream?), nor create an BehaviorSubject to create my own stream.

Thanks and regards,

Tom