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: aio/content/errors/NG05104.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
@shortDescription Root element was not found during bootstrap.
4
4
5
5
@description
6
-
Boostraped components are defined in the `bootstrap` property of an `@NgModule` decorator or as the first parameter of `boopstrapApplication` for standalone components.
6
+
Bootstrapped components are defined in the `bootstrap` property of an `@NgModule` decorator or as the first parameter of `bootstrapApplication` for standalone components.
7
7
8
-
This error happens when Angular tries to boostrap one of these components but cannot find its corresponding node in the DOM.
8
+
This error happens when Angular tries to bootstrap one of these components but cannot find its corresponding node in the DOM.
0 commit comments