chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 12:04:27 +02:00
parent 149039bd12
commit d856ecfbbf
101 changed files with 1098 additions and 8675 deletions

View File

@ -7,35 +7,10 @@ The `ion-infinite-scroll-content` component is the default child used by the `io
## Properties
#### loadingSpinner
string
An animated SVG spinner that shows while loading.
#### loadingText
string
Optional text to display while loading.
## Attributes
#### loading-spinner
string
An animated SVG spinner that shows while loading.
#### loading-text
string
Optional text to display while loading.
| 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` |
----------------------------------------------