Tried to build something using Single-Spa and faced with problem adding to app AngularJS. Angular2 and ReactJs working perfect but if add AngularJS and tried to use url for this app - it breaks a url of parent app. for example link was:
http://localhost:8080/#/app => http://localhost:8080/#!#%2Fapp
After it app of AngularJS not working at all. I use for bundling webpack and added application exactly like in examples of Single-Spa. Maybe someone has ideas how to fix it?