File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ export class AppModule {
50
50
51
51
Then place the msInfiniteScroll directive on the ` mat-select ` component
52
52
``` 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 >
59
59
```
60
60
61
61
### Compatibility
You can’t perform that action at this time.
0 commit comments