Hey, Awesome explanation and Thanks for a clear example... But unfortunately code is not working for me. I am trying to load default app through SingleSpa rather app-module. I am at 5:00 min. of video step. Please help?
Hi, thanks for the explaination, my query is regarding is it possible achieve single spa of MF1 of AngularJs and MF2 Angular 9+ in vanilla JS root container/Angular 13 or something like root-container will be Angular 10 or 13 and exposed MF's ie. AngularJs and Angular 10/13 ? If it is possible please help to understand.
Yes its possible to create single spa of Angularjs/Angular 9+ with vanilla js root config. ua-cam.com/video/ZJ8Cvo5UZdM/v-deo.html github.com/anuroopjoy/single-spa-legacy-angular
is there any way to add the angular2+ as component to angularjs instead of loading it in another route? For example, on the /newroute I load the Angular2+ but with header and footer of the angularjs application
I found a way to do it. Single-SPA applications have a domElementGetter function that defines where the application loads. just provide a name for domElementGetter and make sure there's a div element with that ID in the UI before the application loads. I'm Just leaving this for people who might face the same problem.
It was awesome! I read lots of content on the internet to figure this out, but you explained it very well. Thanks.
Hey, Awesome explanation and Thanks for a clear example... But unfortunately code is not working for me. I am trying to load default app through SingleSpa rather app-module.
I am at 5:00 min. of video step.
Please help?
Hi, thanks for the explaination, my query is regarding is it possible achieve single spa of MF1 of AngularJs and MF2 Angular 9+ in vanilla JS root container/Angular 13 or something like root-container will be Angular 10 or 13 and exposed MF's ie. AngularJs and Angular 10/13 ? If it is possible please help to understand.
Yes its possible to create single spa of Angularjs/Angular 9+ with vanilla js root config.
ua-cam.com/video/ZJ8Cvo5UZdM/v-deo.html
github.com/anuroopjoy/single-spa-legacy-angular
Nice video, can you please show how to make angular 5 application as single-spa, can be as parcel
Bro, Do u have any tutorial For Single Spa Layout? Not able to create Layout By using theere Tutorial
Sure will try to create one. 👍
Hi, How we can share data and state between Angular and AngularJs in Single Spa?
Try using utility modules for sharing across multiple apps
is there any way to add the angular2+ as component to angularjs instead of loading it in another route? For example, on the /newroute I load the Angular2+ but with header and footer of the angularjs application
Maybe it can be done by creating parcels of angular 2+ app. I have not tried it.
I found a way to do it. Single-SPA applications have a domElementGetter function that defines where the application loads. just provide a name for domElementGetter and make sure there's a div element with that ID in the UI before the application loads. I'm Just leaving this for people who might face the same problem.
How to show both of them in same page without routing?
I have not used single spa for rendering in same page. Usually such scenarios we use ngupgrade or angular elements web components.
Hi, is it possible to have a single-spa root app with some angularjs apps as a parcel apps?
I have not tried creating parcel apps with angularjs. Will try it and get back
can i get your email address?