activeTabIndexChange property

  1. @Output()
Stream<int> get activeTabIndexChange

Stream of updates to activeTabIndex, published after the tabChange event has fired.

Implementation

@Output()
Stream<int> get activeTabIndexChange => _activeTabIndexChange.stream;