joeldenning / coexisting-angular-microfrontends

Multiple angular applications, coexisting in one page via single-spa.
MIT License
225 stars 155 forks source link

how can I integrate a new angular application in another angular in a specific location? #141

Open amer201326 opened 2 years ago

amer201326 commented 2 years ago

Hi,

I'm trying to include a new angular application in another one using the single spa, but it's not working with me, so what is the best approach to do it?

Can I do it without using routing?

Thanks a lot.