without lazy loading
let ruleModal = this.modalCtrl.create(ModalTrade...
with lazy loading
let ruleModal = this.modalCtrl.create('ModalTrade'...
note the quotes around the modal/page name
without lazy loading
let ruleModal = this.modalCtrl.create(ModalTrade...
with lazy loading
let ruleModal = this.modalCtrl.create('ModalTrade'...
note the quotes around the modal/page name