single-spa / single-spa-angular

Helpers for building single-spa applications which use Angular
Apache License 2.0
203 stars 78 forks source link

Support Angular 17? #497

Closed irustm closed 12 months ago

irustm commented 1 year ago

Question

Is support for Angular 17 expected? How can we help with that? PR?

Environment


Libs:
- @angular/core version: 17
- single-spa-angular version: X.Y.Z


Others:

marek287 commented 1 year ago

I manage to get it work with Angula17 and standalone components.

https://github.com/single-spa/single-spa-angular/issues/484

arturovt commented 1 year ago

I may have misunderstood your statement. Could you clarify what do you mean by saying "Is support for Angular 17 expected"? Isn't it supported?

irustm commented 12 months ago

Yes, it works, thank you!