Skip to content

Commit db41449

Browse files
Add menu for navigation
1 parent 2e7e3ac commit db41449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/app-shell/src/app/app.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ <h1>App Shell</h1>
22
<p>This demonstrates Angular MFE architecture using NX.</p>
33
<p>This is the app-shell. It uses routing to load 2 remote MFE apps.</p>
44
<p>All apps share a common UI Library that shows how to share UI components.</p>
5+
<p>To see how the MFE's are loaded, open the Browser Dev Tools - Network tab. When you navigate to a remote MFE, you will see a script is loaded containing the run time MFE code from Webpack.</p>
56
<ul>
67
<li><a routerLink="/">Home</a></li>
78
<li><a routerLink="/app-one">App One</a></li>

0 commit comments

Comments
 (0)