Images in ionic 4 beta

I’m new to ionic and am develeping an app in Ionic 4 Beta??
I have a problem I have encountered, how do I add a static image in Ionic 4 beta.

and also a general question. Is ionic 4 Beta ready for use??

You are just writing HTML so you would use the tag. For instance if you are using angular you might want to put an image called “test.jpg” in your assets folder. That image is usable anywhere in the app using:

<img src="assets/test.jpg">

If you are using it, it is ready to use! But because it is still in Beta you may not want to create a production app using it yet.