mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +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