First of all, sorry if this question is too basic. I am considering developing the next version of my app with ionic.
I have developed an app with angular and angular-material. This app is a PWA and supporting internationalization (i18n).
I consider developing the app from scratch. PWA and i18n are must-haves. I did the i18n with the angular specific i18n package and not with ngx-translate. I wanted aot translation and no client-side translation. This is working more or less god within my PWA.
So can I achieve a PWA utilizing i18n functionalities with Ionic? Should I definitely wait for Ionic V4? (e.g. due to the support of the angular-cli). I don’t plan to ship this app to the app stores.