Hey everyone thanks for your time, I’m still new to the Ionic/Cordova world so excuse me for my ignorance.
I’ve been looking for this question but didn’t found any answer.
I’m wondering if I could have a server which would provide pages to my Ionic client app ? Is it possible via hotpush ?
The goal is that I could serve new pages to all my Ionic apps, I understand page are components in Ionic xxx.ts and xxx.html that’s why I have doubts.
It’s clear I could update content with ease but what about structures and logics, could I get new pages in without having them locally ?