@Li_eric wrote:
import {LoadingController} from 'ionic-angular'
let loading = this.loadingCtrl.create({
content: 'Please Wait',
});
loading.present();Package.json
"ionic-angular": "3.4.2"When presented, it only shows 'Please Wait' with no spinner. According to the doc, it should show a spinner based on the mode.
Posts: 1
Participants: 1