We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0bc0f commit 30fbad9Copy full SHA for 30fbad9
README.md
@@ -469,8 +469,8 @@ Add a new route by adding the following code to the `app.routes.ts` file.
469
},
470
```
471
472
- * `data.elementName` is the name of the React Web Component, defined in the React remote app as a Web Component.
473
- * `data.loadChildren` is the dynamic module import.
+ * `elementName` is the name of the React Web Component, defined in the React remote app as a Web Component.
+ * `loadChildren` is the dynamic module import.
474
475
### Add Jsx to the Host TsConfig
476
0 commit comments