docs(): update infiniteScroll example

Added import statements to make the angular typescript example easier to adopt for individual use cases.
This commit is contained in:
Alexander Schulze
2018-09-10 20:39:10 +02:00
committed by Mike Hartington
parent 4a43579239
commit de51c840eb

View File

@ -16,7 +16,8 @@
```
```typescript
import { Component } from '@angular/core';
import { Component, ViewChild } from '@angular/core';
import { InfiniteScroll } from '@ionic/angular';
@Component({
selector: 'infinite-scroll-example',