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
+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
@@ -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,7 +472,7 @@ 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.
0 commit comments