Skip to content

Commit d74cd4b

Browse files
authored
code refactor
1 parent e859528 commit d74cd4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/app.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="form">
44
<mat-form-field floatPlaceholder="never" color="accent">
5-
<input matInput #filter placeholder="Filter issues">
5+
<input matInput #filter placeholder="Filter passengers">
66
</mat-form-field>
77
</div>
88

@@ -106,7 +106,7 @@
106106
<mat-paginator #paginator
107107
[length]="dataSource.filteredData.length"
108108
[pageIndex]="0"
109-
[pageSize]="20"
110-
[pageSizeOptions]="[20,40,60,100]">
109+
[pageSize]="3"
110+
[pageSizeOptions]="[3,6,10]">
111111
</mat-paginator>
112112
</div>

0 commit comments

Comments
 (0)