angular-microfrontends
angular-microfrontends copied to clipboard
unable to run individual apps
If we want to run individually, we should add in AppComponent's bootstrap:[AppComponent] ,any other solution you can provide.As microfrontend, each app should run individual.
Hi, I have come across micro frontend blogs that talk about Angular SPA. This is another alternative to Custom elements. Please check out this project. https://github.com/CanopyTax/single-spa There are many blogs you can find on Google.
Hello while running the project this error occurred in shell project
bootstrap:79 Uncaught TypeError: Cannot read property 'call' of undefined at webpack_require (bootstrap:79) at Module../src/app/app.module.ts (app.component.ts:8) at webpack_require (bootstrap:79) at Module../src/main.ts (environment.ts:16) at webpack_require (bootstrap:79) at Object.0 (main.ts:12) at webpack_require (bootstrap:79) at checkDeferredModules (bootstrap:45) at Array.webpackJsonpCallback [as push] (bootstrap:32) at vendor.js:1
any solution for above mentioned problem?? cannot read property call of undefined is an error i am facing too