I started single-spa app from scratch following:
https://medium.com/@AndrewLocke/creating-a-single-spa-web-application-4e115802f474
I wanted to use angular, so I created another app using
ng new my-app --routing --prefix my-app
and app was working fine, then I've added single-spa-angular by
ng add single-spa-angular
and application stopped rendering, even calling angular.version
from console in dev tools returns error: angular is not defined.
How can I render this application? Or have live reloading for development?