Closed sanjanaadeshra closed 4 years ago
Angular 10 isn't fully supported by single-spa-angular. The issue title here indicates you're using Angular 10, but the code snippet you shared indicates 9.1.7. Which version of Angular is this for?
With angular version 10 since compatibility was an issue, I've downgraded it down to 9.1.7, but still the same issue.
@sanjanaadeshra can you provide a minimal reproducible example?
Angular 10 isn't fully supported by single-spa-angular. The issue title here indicates you're using Angular 10, but the code snippet you shared indicates 9.1.7. Which version of Angular is this for?
@joeldenning Can you detail what's missing ? I integrated an Angular 10 app and I didn't encounter any issues for now...
@hervedevos this repository contains 5 Angular applications for integration purposes and they all use the latest Angular version (10.2.0). Joel probably meant the issue that was encountered this summer related to ng add
command. Angular 10 is supported.
Joel probably meant the issue that was encountered this summer related to ng add command. Angular 10 is supported.
Yes @arturovt is right here - angular 10 is supported. When I last commented I wasn't sure if there were still problems with the schematics, but there are not.
integrated an Angular 10 app and I didn't encounter any issues for now...
Sounds like the issue is resolved here - closing this issue now.
Trying to integrate angular9 application
Production Environment
I am trying to use an application built in angular 10. I am trying to include the build in main root-html application, but getting the following error, can you please help me out with it.