- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using an Angular app as SAP Fiori application
As you mentioned, you are moving to SAP so it means you are moving to SAP HANA Cloud platform or backend SAP system. You can continue with just HTML Angular application that can connect to the backend via an OData service.
Angular JS is JavaScript library that adds lot of features to your application. One thing to note here that if you are planning to use Fiori Launchpad, it could be an issue.
Following are the advantages/disadvantages of using angular framework:
Advantages
Using Angular, you can develop complex High interactive rich internet web application.
Angular application can be easily integrated with third-party library like Kendo UI
You can easily manage the state of the UI objects and control over it
You can easily perform Unit Testing
Disadvantage
- As far I know it is not possible to integrate an Angular application in SAP Fiori Launchpad
You can also refer to this link for more details about SAP UI5 vs Angular framework −
https://archive.sap.com/discussions/thread/3744243
- Related Articles
- SAP Fiori suitable for mobile application development
- Change leaves duration from hours to days in SAP Fiori app
- How to convert angular 4 application to desktop application using electron?
- In my SAP Fiori custom app, Back button is not working in Launchpad
- Assign image source dynamically in XML View in Fiori app in SAP UI5
- Resource routing not working when using SAP Fiori
- I have SAP UI5 application that I am not able to start after adding to SAP Fiori Launchpad.
- Building an XCode application using Maven plugin (SAP)
- Using SAP connector 3.0 on an MVC application
- SAP UI5 application throws an error while using Tree map
- Reading an image using SAP OData v2 in UI5 application
- Accessing SAP Web Dynpro page within an application using NSURL
- Launching the App Store from an iOS application
- Fetching monitoring data in an application using SAP FM's
- Using SAP JCO to connect SAP server to JAVA application
