mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -22,8 +22,8 @@ export class LoadingController implements OverlayController {
|
||||
* Dismiss the open loading overlay.
|
||||
*/
|
||||
@Method()
|
||||
dismiss(data?: any, role?: string, loadingId?: number) {
|
||||
return dismissOverlay(this.doc, data, role, 'ion-loading', loadingId);
|
||||
dismiss(data?: any, role?: string, id?: string) {
|
||||
return dismissOverlay(this.doc, data, role, 'ion-loading', id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user