Skip to content

Commit 6fcb228

Browse files
committed
Merge branch 'stepper-states' of github.com:arodr967/material2 into stepper-states
2 parents c4a97f1 + eec4fef commit 6fcb228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cdk/stepper/stepper.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ export class CdkStep implements OnChanges {
9898
/** Plain text label of the step. */
9999
@Input() label: string;
100100

101+
/** Alert message when there's an error. */
102+
@Input() alertMessage: string;
103+
101104
/** Aria label for the tab. */
102105
@Input('aria-label') ariaLabel: string;
103106

0 commit comments

Comments
 (0)