joeldenning / single-spa-es5-angularjs

A single-spa example with an es5 angularjs app
MIT License
12 stars 7 forks source link

cannot read properties of undefined (reading 'registerApplication') #6

Open premnathj opened 4 months ago

premnathj commented 4 months ago

Hi,

singleSpa object in the Index.html is undefined when its trying to register the application. I tried window.singleSpa too but it is not working. Can you please advise?

Regards, Prem

xiangyu1225 commented 4 months ago

@premnathj I also encountered the same problem. I need to make a micro front end and use angularjs as a micro application. Do you have any good ideas?