PlaceMe-SAS / single-spa-angular-cli-examples

MIT License
25 stars 15 forks source link

angular 8 #27

Closed ponnalaxmikanth closed 4 years ago

ponnalaxmikanth commented 4 years ago

we have applications build in angular 8, does this work for angular 8 or not? if it works what are all the changes we need to make to work in angular 8?

joeldenning commented 4 years ago

Hi @ponnalaxmikanth, this repo is no longer active. The single-spa-angular project now supports Angular 8. See https://github.com/joeldenning/coexisting-angular-microfrontends/, https://github.com/CanopyTax/single-spa-angular, and https://single-spa.js.org/docs/ecosystem-angular.

ponnalaxmikanth commented 4 years ago

is there any way i can have angular 5, 7 and 8 applications in single portal?

joeldenning commented 4 years ago

Yes. Not the easiest, but possible. See https://github.com/joeldenning/coexisting-angular-microfrontends/ for an example where three angular applications are coexisting. That example has only angular 8, but you can swap them out for angular 5 or 7 if you want.