activateFirstItemOnInit property

  1. @Input()
bool activateFirstItemOnInit
getter/setter pair

Whether the first 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 activateFirstItemOnInit = false;