I have an Ionic 4 project, and I'm using ionic serve
to test the app. I have 2 issues/questions on this.
I'm finding these 2 issues very frustrating and difficult to work with. Is there a better way to test and develop Ionic apps? Suggestions? Thanks.
You can work around these problems, make sure you are using lazy loading to ensure a quicker reload.
When you are working at length deep in your app write some code to navigate there automatically on app load, then remove it/adjust it when you need to.
I usually place something like
this.router.navigate(["myPage"]);
in the app.ts and change it as needed.
For style changes you can make adjustments in the browser dev window while inspecting elements with no reload time, then "finalise" them in your app when you finished tweaking. I do this by clicking inspect on the element I need to adjust.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With