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/09/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ We take out the creation of the view and create a new `ComponentContainer` inste
129
129
130
130
- 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.
131
131
132
-
Finally, we position our newly created ComponentController control within the HTML element with the id `content`.
132
+
Finally, we position our newly created `ComponentContainer` control within the HTML element with the id `content`.
0 commit comments