Last active
September 10, 2021 14:43
-
-
Save abadakhshan/efd6f0a01e136afbe224e52ff6b05cac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "shopping-cart", | |
"load": { | |
"remote": { | |
"key": "shopping_cart", | |
"entry": "assets/apps/shopping-cart/shopping-cart/remoteEntry.js", | |
"exposedModule": "./app", | |
"development": { | |
"entry": "http://localhost:4203/remoteEntry.js", | |
"active": false | |
} | |
} | |
}, | |
"handle": { | |
"type": "angular-routing-app", | |
"module": "AppModule" | |
}, | |
"metadata": { | |
"path": "assets/apps/shopping-cart/shopping-cart/assets/metadata.json", | |
"development": { | |
"path": "http://localhost:4203/assets/metadata.json", | |
"active": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment