Hello 👋
I would like to know what the minimum version of Angular.js and UI-router than can be used with Single-Spa and single-spa-angularjs.
In my case I need to convert an Angular 1.4.0 application which uses UI-Router version 0.2.14
I was using this project https://github.com/cmgchess/single-spa-legacy-angular as reference and when I change the angular.js version to 1.4.0 and the component used into a directive. The Angular.js frontend doesn't render. Only the Angular 12 app renders.
Thanks in advance!