mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
feat(loading): add ability to pass multiple classes to cssClass
references #7618
This commit is contained in:
@ -67,7 +67,7 @@ class E2EPage {
|
||||
presentLoadingDefault() {
|
||||
let loading = this.loadingCtrl.create({
|
||||
content: 'Please wait...',
|
||||
cssClass: 'fixed-spinner'
|
||||
cssClass: 'fixed-spinner spinner-class'
|
||||
});
|
||||
|
||||
loading.present();
|
||||
|
Reference in New Issue
Block a user