ui5-typescript-helloworld
ui5-typescript-helloworld copied to clipboard
Showcase of a TypeScript setup for developing UI5 applications.
adds `wdi5` for e2e tests: - in TS flavor - with minimal scope (config + test file)
When following part 4 of the step-by-step guide, [Set Up a Lint Check](https://github.com/SAP-samples/ui5-typescript-helloworld/blob/main/step-by-step.md#4-set-up-a-lint-check), I'm getting the following error when running `npx eslint webapp`: ``` Oops! Something went wrong! :( ESLint:...
Your sample for `test.html` in the file `step-by-step.md` doesn't work as expected if I follow all the steps and open the app on Edge. The button doesn't appear. The reason...