I am a newbie and come from PHP web development.
I would like to be able to access data stored in the storage (SQLite, etc. not the local storage) from the whole application. That is, read once and then store this in “global” variables, on which I can then read the values from all pages without having to make an access to the storage each time. What is the best way to go about this?
I work with Ionic 5 and Angular 10.
2 posts - 2 participants