coexisting-angular-microfrontends
coexisting-angular-microfrontends copied to clipboard
Multiple angular applications, coexisting in one page via single-spa.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Could someone share their experience of sharing Angular deps between several single-spa applications? I made a recommended setup like in this repo: `https://github.com/polyglot-microfrontends/shared-dependencies` It works for some libs but doesn't...
Hi @joeldenning @Vallerious , - cd navbar && npm ci && npm run build:single-spa - cd ../app1 && npm ci && npm run build:single-spa - cd ../app2 && npm ci...
I have a problem with routes with outlets inside a lazyloading module. APP1Routing module: ``` const routes: Routes = [ { path:'app1', children:[ {path:'child',component:ChildComponent}, {path:'outlet',outlet:'example',component:OutletComponent}, {path:'lazy', loadChildren:()=>import('./lazy/lazy.module').then(m => m.LazyModule) },...
Hi @joeldenning , I cloned [this](https://github.com/joeldenning/coexisting-angular-microfrontends) repository and added some **CSS styles** to the **app1's style.css** which should be specific to **app1**. Now the issue is while switching to app2...
I'd gladly accept a pull request upgrading from systemjs 4 to systemjs 6
i have my route defined as below in my child application const routes: Routes = [ { path: 'admin', loadChildren: () => import('./admin/admin.module').then(m => m.AdminModule) }, { path: '', redirectTo:...
Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.2 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...