Skip to content

Commit

Permalink
Merge pull request rintoj#475 from mehmet-erim/patch-1
Browse files Browse the repository at this point in the history
Fixed the code block language in README.md
  • Loading branch information
whyboris authored Nov 20, 2020
2 parents 620df7b + 07f4a08 commit d1aed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class AppModule { }

**Step 3:** Wrap _virtual-scroller_ tag around elements;

```ts
```html
<virtual-scroller #scroll [items]="items">
<my-custom-component *ngFor="let item of scroll.viewPortItems">
</my-custom-component>
Expand Down

0 comments on commit d1aed1e

Please sign in to comment.