summary property
The StepDirective associated with this summary.
Implementation
@Input()
set summary(StepDirective step) {
step.summaryDirective = this;
}
The StepDirective associated with this summary.
@Input()
set summary(StepDirective step) {
step.summaryDirective = this;
}