Skip to Content
0
Oct 27, 2017 at 02:51 PM

Is NEO environment suitable for angular2 application

140 Views Last edit Oct 30, 2017 at 06:02 AM 2 rev

Hi to everyone, using Cloud Foundry environment I was able to deploy and to use my angular2 application. Actually I was able to do the same for NEO environment using cockpit. I have created HTML5 application, pushed the application code the git repository using the link provided by cockpit, and then created project in SAP WEB IDE and pulled the code from the git repo and finally deployed my app. But the issues is the next:
When I go to the link provided by cockpit I see the main page, but when try to get another page using custom url the server responds: "Page not found' and the reason is known, to avoid it I needed to create file "Staticfile" and add to it the line: "pushstate: enabled". These actions helped me to get workable app on Cloud Foundry environment but the same doesn't work on NEO environment