btp-full-stack-typescript-app icon indicating copy to clipboard operation
btp-full-stack-typescript-app copied to clipboard

A sample project to demonstrate how to implement a full-stack app with SAP Cloud Application Programming Model, plus SAPUI5 and TypeScript.

Results 4 btp-full-stack-typescript-app issues
Sort by recently updated
recently updated
newest added

Suggesting that the instructions should also exit the subfolder `app/lectures` so that the following statements in the README: `npm run start-service:ts` and `npm run start-ui:ts` would be executed from the...

Hi, according to CAP Documentation _[Never code against paths inside @sap/cds/apis/:](https://cap.cloud.sap/docs/node.js/typescript)_ while in srv/service.ts `import { Service } from "@sap/cds/apis/services"; ` Thank you