activateLastItemOnInit property
Whether the last item of the activeModel should be selected on init.
Defaults to false
.
This input must be set before the view loads as it does one-time item
activation on initialization.
Implementation
@Input()
bool activateLastItemOnInit = false;