summary property
The StepDirective associated with this summary.
Implementation
@Input()
set summary(StepDirective step) {
//assert(step != null, 'Should pass in a valid step for a summary.');
step.summaryDirective = this;
}
The StepDirective associated with this summary.
@Input()
set summary(StepDirective step) {
//assert(step != null, 'Should pass in a valid step for a summary.');
step.summaryDirective = this;
}