We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6777427 commit 1cb4c31Copy full SHA for 1cb4c31
src/lib/dialog/dialog.md
@@ -81,7 +81,7 @@ For example:
81
<mat-dialog-content>Are you sure?</mat-dialog-content>
82
<mat-dialog-actions>
83
<button mat-button mat-dialog-close>No</button>
84
- <!-- Can optionally provide a result for the closing dialog. -->
+ <!-- The mat-dialog-close directive optionally accepts a value as a result for the dialog. -->
85
<button mat-button [mat-dialog-close]="true">Yes</button>
86
</mat-dialog-actions>
87
```
@@ -124,7 +124,7 @@ the `ComponentFactory` for it.
124
providers: [],
125
bootstrap: [AppComponent]
126
})
127
-export class AppModule() {}
+export class AppModule {}
128
129
130
### Accessibility
0 commit comments