mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(overlay): update to latest overlay syntax
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Component, Listen, Method } from '@stencil/core';
|
||||
import { LoadingEvent, LoadingOptions, Loading } from '../../index';
|
||||
import { Loading, LoadingEvent, LoadingOptions } from '../../index';
|
||||
|
||||
|
||||
@Component({
|
||||
tag: 'ion-loading-ctrl'
|
||||
tag: 'ion-loading-controller'
|
||||
})
|
||||
export class LoadingController {
|
||||
private ids = 0;
|
||||
|
||||
Reference in New Issue
Block a user