0
I am new to front programming, mainly in Angularjs. So I come to ask you if it’s possible to create an app, either with Ionic or phonegap, with the angular being front-end and the java back-end without having any incompatibility or anything like that ?
Yes, it is possible
– Denis Rudnei de Souza
Would you have some material to recommend me, some code, or some key word about this procedure ? (Maybe you’re not looking the right way)
– Henrique N. Mendes
Yes, your application with Angular can be a Single Page Application (SPA) that will consume an API (Restful for example) that can be done in any server-side language, as with Java Spring for example.
– Lucas Caires
In java you can search for Restful api as mentioned by @Lucascaires, in Angular you look for how to consume this API, I do it with Vuejs and Spring/Kotlin, but the concept is exactly the same
– Denis Rudnei de Souza