@@ -62,8 +62,8 @@ JC may be available to work remotely and can be contacted at these links:
62
62
* [ Add Nx Packages for Angular and React] ( #add-nx-packages-for-angular-and-react )
63
63
* [ Add the Nx Package for Angular] ( #add-the-nx-package-for-angular )
64
64
* [ Add the Nx Package for React] ( #add-the-nx-package-for-react )
65
- * [ Fix the NPM Install Error] ( #fix-the-npm-install-error )
66
- * [ Fix the Build Error] ( #fix-the-build-error )
65
+ * [ Fix the Nx Buf for NPM Install Error] ( #fix-the-nx-bug-for -npm-install-error )
66
+ * [ Fix the Nx Bug for Build Error] ( #fix-the-nx-bug-for -build-error )
67
67
* [ Generate the Angular Host App and Two Remotes] ( #generate-the-angular-host-app-and-two-remotes )
68
68
* [ Commit and Push the Changes for the Angular Host App] ( #commit-and-push-the-changes-for-the-angular-host-app )
69
69
* [ Build and Run the Host Application] ( #build-and-run-the-host-application )
@@ -243,7 +243,7 @@ nx run host:serve:development
243
243
In this example, ` host ` is the name of the host application.
244
244
245
245
** NOTE:** At the moment, there is a bug in the Nx Build process that causes the build to fail.
246
- See [ Fix the Build Error] ( #fix-the-build-error )
246
+ See [ Fix the Nx Bug for Build Error] ( #fix-the-nx-bug-for -build-error )
247
247
248
248
In the Run console output, it should include the browser address.
249
249
@@ -363,7 +363,7 @@ nx run remote3:serve:development
363
363
In this example, ` remote3 ` is the name of the React remote application.
364
364
365
365
** NOTE:** At the moment, there is a bug in the Nx Build process that causes the build to fail.
366
- See [ Fix the Build Error] ( #fix-the-build-error )
366
+ See [ Fix the Nx Bug for Build Error] ( #fix-the-nx-bug-for -build-error )
367
367
368
368
Look in the Run console output for the browser address.
369
369
In this case, it is:
0 commit comments