@angular-architects/native-federation 16.1.1 → 16.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,8 @@ Start the Micro Frontend:
53
53
  ng serve mfe1 -o
54
54
  ```
55
55
 
56
+ _(In the case of an error, see this [information below](#error-file-srcmaints-is-missing-from-the-typescript-compilation-plugin-angular-compiler))_
57
+
56
58
  Wait until the Micro Frontend is started.
57
59
 
58
60
  Open another console and start the shell:
@@ -278,6 +280,8 @@ Start the remote:
278
280
  ng serve mfe1 -o
279
281
  ```
280
282
 
283
+ _(In the case of an error, see this [information below](#error-file-srcmaints-is-missing-from-the-typescript-compilation-plugin-angular-compiler))_
284
+
281
285
  Once the remote is started, start the shell:
282
286
 
283
287
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-architects/native-federation",
3
- "version": "16.1.1",
3
+ "version": "16.1.3",
4
4
  "main": "src/index.js",
5
5
  "generators": "./collection.json",
6
6
  "builders": "./builders.json",