mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
refactor(core): use custom typing, remove interfaces
add protected, rename nav `remove` to `removeIndex` resolves #12823
This commit is contained in:
@ -41,7 +41,7 @@ export class Loading {
|
||||
@Prop() duration: number;
|
||||
@Prop() enterAnimation: AnimationBuilder;
|
||||
@Prop() exitAnimation: AnimationBuilder;
|
||||
@Prop() id: string;
|
||||
@Prop() loadingId: string;
|
||||
@Prop() showBackdrop: boolean = true;
|
||||
|
||||
present() {
|
||||
|
||||
Reference in New Issue
Block a user