Great! I total agree about using RxJs Subject to manage state.
@67rlm2 жыл бұрын
What’s your opinion about the ionic future? And angular also? Do you think they will have a long future between us or will be replaced by other techs? Thanks!
@galaxies_dev2 жыл бұрын
You never know, but right now those technologies are going strong and will continue at least for some years!
@leonelcabado93972 жыл бұрын
Hi, I'm working on an ionic app and I need to find a strategy to work offline. Does Ionic have something specifically for that? Thank you
@MrAlnassre2 жыл бұрын
me too
@JeetuChoudhary0012 жыл бұрын
You can use Ionic sqllite storage to work it offline. You can also do it couch and pouch db.
@galaxies_dev2 жыл бұрын
You could try something like this: kzbin.info/www/bejne/r6SzqXyMj6yNitk&ab_channel=SimonGrimm
@alanbique25482 жыл бұрын
Great tut!!
@galaxies_dev2 жыл бұрын
Thanks Alan!
@TheSaceone2 жыл бұрын
I noticed that I don't need to use @Input decorator inside the modal page, just define the properties... Is there any difference? it works
@christianebon5531 Жыл бұрын
20:22.7 - 20:34.8
@davidm8394 Жыл бұрын
what happened to the old way of using navParams to pass data... ? is that no longer a viable method?