Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 552 Bytes

Typescript

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:

  1. Type Saftey JSON Model Implementation with decorator based change-detection (see JSON-Model implementations in App.controller.ts && Master.controller.ts)
  2. Promisifed version of the v2 OData-Model (see e.g. Northwind OData Calls in Master.controller.ts)
  3. Promisifed version of Message-Box (see e.g. AsyncMessageBox.ts calls in Master.controller.ts)