Skip to content

Commit bd32fb3

Browse files
committed
feat(loading): set option allow
1 parent 41bb7b9 commit bd32fb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/providers/loading-ionic.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ export class LoadingIonicPlugin extends PluginBase implements PreRequestPlugin,
102102
return this;
103103
}
104104

105+
setAllow(allow: boolean): this {
106+
this.allow = allow;
107+
return this;
108+
}
109+
105110
setLoadingOptions(loading: Object): this {
106111
this.loadingOptions = loading;
107112
return this;

0 commit comments

Comments
 (0)