You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your response. I am not seeing any error. Url is getting changed with route appending to base url, but nothing happens in the browser.
Please let me know is there any additional details I can provide to help me on this.
i am trying to load multiple angular apps (1.x, 4, 6 versions) using single-spa framework.
registerApplication('app1', () => loadApp('index.html path') , pathPrefix('/app1'));
registerApplication('app2', () => loadApp('index.html path') , pathPrefix('/app2'));
function loadApp(url) {
return new Promise((resolve, reject) => {
});
}
app1 loads successfully, if i try to load 'app2' it doesn't work. it is the same way for app2.
Can you please help me what is the issue here?
Does single-spa-webpack-example supports to load different angular version apps?
The text was updated successfully, but these errors were encountered: