mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
docs(): update examples and usage
This commit is contained in:
@ -28,7 +28,7 @@ export class LoadingController implements OverlayController {
|
||||
removeLastOverlay(this.loadings);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Create a loading overlay with loading options.
|
||||
*/
|
||||
@Method()
|
||||
@ -36,7 +36,7 @@ export class LoadingController implements OverlayController {
|
||||
return createOverlay(this.doc.createElement('ion-loading'), opts);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Dismiss the open loading overlay.
|
||||
*/
|
||||
@Method()
|
||||
@ -44,7 +44,7 @@ export class LoadingController implements OverlayController {
|
||||
return dismissOverlay(data, role, this.loadings, loadingId);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Get the most recently opened loading overlay.
|
||||
*/
|
||||
@Method()
|
||||
|
Reference in New Issue
Block a user