Typescript Demo with UI5. This demo should give you a minimal idea, of what is possible using UI5 and typescript.
To run execute npm run start
.
Most important Features:
- Type Saftey JSON Model Implementation with decorator based change-detection (see JSON-Model implementations in App.controller.ts && Master.controller.ts)
- Promisifed version of the v2 OData-Model (see e.g. Northwind OData Calls in Master.controller.ts)
- Promisifed version of Message-Box (see e.g. AsyncMessageBox.ts calls in Master.controller.ts)