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: libs/mf-tools/tutorial/index.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
This tutorial is an **extension** for the ``@angular-architects/module-federation`` tutorial [here](https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf/tutorial/tutorial.md) and shows, how to use the add-on lib ``@angular-architects/module-federation-tools`` to load web components exposed via module federation.
4
4
5
+
## Getting Started
6
+
7
+
### Option A: Start with the Upstream Tutorial
8
+
9
+
Please find the upstream tutorial this tutorial extends [here](https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf/tutorial/tutorial.md).
10
+
11
+
### Option B: Checkout the Starter Kit
12
+
13
+
If you don't want to do the upstream tutorial first, you can use [this example](https://github.com/manfredsteyer/module-federation-plugin-example) (see main branch) as the starting point.
0 commit comments