Skip to content

Commit

Permalink
fix(steps/09/README.md): Correct term ComponentContainer and add miss…
Browse files Browse the repository at this point in the history
…ing convention
  • Loading branch information
flovogt authored Dec 23, 2024
1 parent f304d61 commit 97f2668
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion steps/09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ We take out the creation of the view and create a new `ComponentContainer` inste

- For better loading performance, we set the `async` property to "true". This allows the component and its dependencies to load in the background without blocking other parts of the application.

Finally, we position our newly created ComponentController control within the HTML element with the id `content`.
Finally, we position our newly created `ComponentContainer` control within the HTML element with the id `content`.

```ts
import ComponentContainer from "sap/ui/core/ComponentContainer";
Expand All @@ -153,6 +153,8 @@ new ComponentContainer({

- Together with all UI assets of the app, the component is located in the `webapp` folder.

- The `index.html` file is located in the `webapp` folder if it is used productively.

 

***
Expand Down

0 comments on commit 97f2668

Please sign in to comment.