Steps to reproduce: - [Use this example ](https://github.com/NativeScript/nativescript-sdk-examples-ng/tree/niliev/bottom/app/ng-ui-widgets-category/bottom-navigation/events)with `BottomNavigation` or `Tabs` (NativeScript 6) - [Observe the binding for `selectedIndex`](https://github.com/NativeScript/nativescript-sdk-examples-ng/blob/niliev/bottom/app/ng-ui-widgets-category/bottom-navigation/events/events.component.html#L13) Behavior: [The Angular binding will work only when wrapped in the Angular zone](https://github.com/NativeScript/nativescript-sdk-examples-ng/blob/niliev/bottom/app/ng-ui-widgets-category/bottom-navigation/events/events.component.ts#L25-L28). Remove the NgZone and the binding won't update the UI (on `selectedIndexChanged` event). Related to [https://github.com/NativeScript/NativeScript/issues/6967](https://github.com/NativeScript/NativeScript/issues/6967)