@@ -46,6 +46,7 @@ JC may be available to work remotely and can be contacted at these links:
4646* [ Build and Run the Host Application] ( #build-and-run-the-host-application )
4747 * [ Browser View of the Host Application] ( #browser-view-of-the-host-application )
4848 * [ Use the Menu to Access the Remote Applications] ( #use-the-menu-to-access-the-remote-applications )
49+ * [ Verify the Remote View is Provided by MFE] ( #verify-the-remote-view-is-provided-by-mfe )
4950* [ Generate the React Remote Application] ( #generate-the-react-remote-application )
5051 * [ Build and Run the Remote Application] ( #build-and-run-the-remote-application )
5152 * [ ReRun the Host Application] ( #rerun-the-host-application )
@@ -111,7 +112,7 @@ Use your IDE to add the `error.log` directory to the .gitignore file.
111112
112113You need the Nx packages for Angular and React.
113114
114- Note: The old packages: ` @nrwl/angular ` , ` @nrwl/react ` are deprecated.
115+ ** NOTE: ** The old packages: ` @nrwl/angular ` , ` @nrwl/react ` are deprecated.
115116
116117
117118### Add the Nx Package for Angular
@@ -140,11 +141,11 @@ See the Nx documentation for more information on the [Angular Host App Generator
140141
141142We are using the following command line options.
142143
143- * --dynamic
144- * --remotes=remote1,remote2
145- * --style=scss
146- * --e2eTestRunner=playwright
147- * --unitTestRunner=jest
144+ * ` --dynamic `
145+ * ` --remotes=remote1,remote2 `
146+ * ` --style=scss `
147+ * ` --e2eTestRunner=playwright `
148+ * ` --unitTestRunner=jest `
148149
149150** NOTE:** The --remotes option is a comma-separated list of remote applications.
150151When using the Angular host generator, the remote applications will always be Angular applications.
@@ -215,7 +216,7 @@ When you click on the `Remote1` menu item, you should see the remote application
215216
216217When you click on the ` Remote2 ` menu item, you should see the remote application running in the browser.
217218
218- #### Verify the Remote View is Provided by MFE
219+ ### Verify the Remote View is Provided by MFE
219220
220221To verify that the remote view is provided by MFE,
221222open the browser Developer Tools and go to the ` Network ` tab.
@@ -285,7 +286,7 @@ Or you can use a command in the terminal window.
285286nx run remote3:serve:development
286287```
287288
288- In this example, ` * remote3` is the name of the React remote application.
289+ In this example, ` remote3 ` is the name of the React remote application.
289290
290291Look in the Run console output for the browser address.
291292In this case, it is:
@@ -440,7 +441,7 @@ This wrapper component will load the React Web Component into the view.
440441
441442It gets the ` load() ` function from the route data ` loadChildren ` property.
442443
443- It gets the element name of the Web Component from the route data ` elementName ` property.`
444+ It gets the element name of the Web Component from the route data ` elementName ` property.
444445
445446Then it creates a new element and inserts the React Web Component into it.
446447
0 commit comments