docs(loading): add missing async to new loading example (#17432)

* update loading example

* add async
This commit is contained in:
Liam DeBeasi
2019-02-07 17:06:14 -05:00
committed by GitHub
parent 2349dc71be
commit 268698b410

View File

@ -1061,7 +1061,7 @@ openLoading() {
**New Usage Example:**
```javascript
openLoading() {
async openLoading() {
let loading = this.loadingCtrl.create({
content: 'Loading...'
});