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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ JC may be available to work remotely and can be contacted at these links:
55
55
*[Update the React Remote to Convert to a Web Component](#update-the-react-remote-to-convert-to-a-web-component)
56
56
*[In the Angular Host, Add a Wrapper Component](#in-the-angular-host-add-a-wrapper-component)
57
57
*[Add the Wrapper Component and the React Remote Component to the Host Routes](#add-the-wrapper-component-and-the-react-remote-component-to-the-host-routes)
58
-
*[Add Jsx to the Host Tsconfig](#add-jsx-to-the-host-tsconfig)
58
+
*[Add JSX to the Host Tsconfig](#add-jsx-to-the-host-tsconfig)
59
59
*[Add the React Remote to the Host Manifest](#add-the-react-remote-to-the-host-manifest)
60
60
*[Add the React Remote URL to the Host HTML](#add-the-react-remote-url-to-the-host-html)
61
61
*[ReRun the Host Application To Verify the React Remote Application](#rerun-the-host-application-to-verify-the-react-remote-application)
@@ -472,13 +472,13 @@ Add a new route by adding the following code to the `app.routes.ts` file.
472
472
*`elementName` is the name of the React Web Component, defined in the React remote app as a Web Component.
473
473
*`loadChildren` is the dynamic module import.
474
474
475
-
### Add Jsx to the Host Tsconfig
475
+
### Add JSX to the Host Tsconfig
476
476
477
477
Open the host tsconfig file.
478
478
479
479
`apps/host/tsconfig.json`
480
480
481
-
Under the `compilerOptions`, add the following code to allow JSX.
481
+
Under the `compilerOptions`, add the following code to allow JSX or TSX.
0 commit comments