keepInactiveStepsInDom property

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

When true, steps will not be unloaded from the dom when inactive, but will rather be hidden via css.

This allows for fast switching between steps with DOMs that are expensive to load.

Implementation

@Input()
bool keepInactiveStepsInDom = false;