dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.54k stars 25.3k forks source link

Migrating Angular applications from Spa Extensions #27772

Closed Rick-Anderson closed 1 year ago

Rick-Anderson commented 1 year ago

see Migrating Angular applications from Spa Extensions

see #17902

related #27824


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Rick-Anderson commented 1 year ago

@rachelgshaffer @ajaybhargavb @peterblazejewicz @sgbj @speige would any of you be able to review and answers questions as I migrate Migrating Angular applications from Spa Extensions to the docs?

peterblazejewicz commented 1 year ago

@Rick-Anderson I'm using now microfronteds (Angular + .Net Core stack with custom middlewares), but I can do the proofreading/testing TL;DR I can help

Rick-Anderson commented 1 year ago

@Rick-Anderson I'm using now microfronteds (Angular + .Net Core stack with custom middlewares), but I can do the proofreading/testing TL;DR I can help

That sounds interesting. Do you have a blog link or other doc that explains that approach?

peterblazejewicz commented 1 year ago

@Rick-Anderson We are using approach promoted by Angular Architects, e.g.: https://github.com/angular-architects/module-federation-plugin https://www.angulararchitects.io/en/aktuelles/interview-micro-frontends-and-module-federation-at-cube-bikes/ https://www.angulararchitects.io/en/aktuelles/the-microfrontend-revolution-part-2-module-federation-with-angular/ we have microfrontends + .Net Core API microservices plus everything else backed with orchestrated Azure services (one client module per app domain slice plus a shell app). When I find something describing exactly same architecture, I'll make sure I referenced you