I'm new to front-line programming, especially at AngularJS. So I'm asking you if it's possible to create an app, either with ionic or phonegap, with the angular being front-end and the back-end java without any incompatibility or anything like that?
I'm new to front-line programming, especially at AngularJS. So I'm asking you if it's possible to create an app, either with ionic or phonegap, with the angular being front-end and the back-end java without any incompatibility or anything like that?
As said in the comments: yes, it is possible.
You can create so-called REST Services on the backend whatever it is (Java, .NET and etc) and consume them on the front end, and etc.).
When you create a RESTFul API , you abstract technologies for a single information exchange protocol, making the backend and front end work freely without worrying about that the other is doing.