@htorbov wrote:
On each page.ts in Ionic 4 I import modules like this:
import { Storage } from '@ionic/storage'; import { ModalController } from '@ionic/angular'; constructor(private storage: Storage, public modalController: ModalController) { }
Can I declare them somewhere so I don’t have to put them on every page?
Thanks!
Posts: 1
Participants: 1