Karan

Results 2 issues of Karan

I’ve configured a single-spa root application along with two Angular 19 applications. The basic route configuration works fine when directly assigning components: ``` export const routes: Routes = [ {...

We have integrated a single-spa microfrontend architecture to host multiple Angular applications. Each Angular project has been configured with a custom RouteReuseStrategy to support Back/Forward Cache (bfcache) functionality. The reuse...