You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: steps/02/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ The `ui5 add` command adds specific libraries as dependency to the projects UI5
52
52
53
53
<detailsclass="ts-only">
54
54
55
+
### TypeScript Setup
55
56
56
57
To work with TypeScript, we must install it in our project. To do this, we execute the following command in the terminal:
57
58
@@ -120,10 +121,6 @@ Let's go through the compiler options specified in the file:
120
121
121
122
Now let's move on to the UI work. We create a new `index.?s` script in the webapp folder. In this script, we add a native `alert()` method with the message "UI5 is ready".
0 commit comments