chore(): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-10-12 11:42:28 -05:00
parent 9a02bcc689
commit 3a4b21457f
79 changed files with 615 additions and 615 deletions

View File

@ -7,10 +7,10 @@ The `ion-infinite-scroll-content` component is the default child used by the `io
## Properties
| Property | Attribute | Description | Type |
| ---------------- | ----------------- | ------------------------------------------------- | -------- |
| `loadingSpinner` | `loading-spinner` | An animated SVG spinner that shows while loading. | `string` |
| `loadingText` | `loading-text` | Optional text to display while loading. | `string` |
| Property | Attribute | Description | Type |
| ---------------- | ----------------- | ------------------------------------------------- | --------------------- |
| `loadingSpinner` | `loading-spinner` | An animated SVG spinner that shows while loading. | `string \| undefined` |
| `loadingText` | `loading-text` | Optional text to display while loading. | `string \| undefined` |
----------------------------------------------