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

@@ -10,20 +10,11 @@ Loading controllers programmatically control the loading component. Loadings can
## Methods
#### create()
Create a loading overlay with loading options.
#### dismiss()
Dismiss the open loading overlay.
#### getTop()
Get the most recently opened loading overlay.
| Method | Description |
| --------- | ---------------------------------------------- |
| `create` | Create a loading overlay with loading options. |
| `dismiss` | Dismiss the open loading overlay. |
| `getTop` | Get the most recently opened loading overlay. |
----------------------------------------------