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 35fece8 commit 98aa699Copy full SHA for 98aa699
src/material/table/table.md
@@ -19,7 +19,7 @@ The simplest way to provide data to the table is by passing a data array to the
19
input. The table will take the array and render a row for each object in the data array.
20
21
```html
22
-<table mat-table [dataSource]=”myDataArray”>
+<table mat-table [dataSource]="myDataArray">
23
...
24
</table>
25
```
0 commit comments