Skip to content

Commit e81c6cc

Browse files
committed
Update readme file
1 parent 95cbca2 commit e81c6cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ export class AppModule {
5050

5151
Then place the msInfiniteScroll directive on the `mat-select` component
5252
```html
53-
<mat-form-field appearance="outline">
54-
<mat-label>Select</mat-label>
55-
<mat-select msInfiniteScroll (infiniteScroll)="getNextBatch()" [complete]="offset === data.length">
56-
<mat-option *ngFor="let option of options$ | async" [value]="option">{{option}}</mat-option>
57-
</mat-select>
58-
</mat-form-field>
53+
<mat-form-field appearance="outline">
54+
<mat-label>Select</mat-label>
55+
<mat-select msInfiniteScroll (infiniteScroll)="getNextBatch()" [complete]="offset === data.length">
56+
<mat-option *ngFor="let option of options$ | async" [value]="option">{{option}}</mat-option>
57+
</mat-select>
58+
</mat-form-field>
5959
```
6060

6161
### Compatibility

0 commit comments

Comments
 (0)