Describe the bug
I got two application have similar name, one is 'app1' and the other is 'app1-similar'.
During the development, we only start portal and app1-similar at local.
then enter browser, it try to load app1's manifest which I do not need.
To Reproduce
Steps to reproduce the behavior:
Using ngx-planet v12.1.0 example code (app2 as app1-similar)
change 'app2' routing path into 'app1-similar' in the app-routing,module.ts
change app2 routerPathPrefix into '/app1-similar' in the app.component.ts
change app2 routerLink into '/app1-similar'
open browser and enter app2
See error
Expected behavior
Normal load sub application(app1-similar)
Desktop (please complete the following information):
Describe the bug I got two application have similar name, one is 'app1' and the other is 'app1-similar'. During the development, we only start portal and app1-similar at local. then enter browser, it try to load app1's manifest which I do not need.
To Reproduce Steps to reproduce the behavior:
Using ngx-planet v12.1.0 example code (app2 as app1-similar)
change 'app2' routing path into 'app1-similar' in the app-routing,module.ts
change app2 routerPathPrefix into '/app1-similar' in the app.component.ts
change app2 routerLink into '/app1-similar'
open browser and enter app2
See error
Expected behavior Normal load sub application(app1-similar)
Desktop (please complete the following information):