-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Angular to 14 #324
Update Angular to 14 #324
Conversation
Is there an ETA on when this version will be released? |
I had a conversation with the Angular team and concluded the following: When you compile an SDK with Angular 14 and compilationMode set to partial, the SDK will only work with Angular 14+.
Given we have no specific features from angular apart from a service and an interceptor, I believe we should be fine to stick with Angular 12, that would have full support for Angular 12, 13, 14 and 15. However, that would mean we can not merge this PR yet, but can only do so once Angular has dropped support for Angular 12 and 13. Maintaining multiple versions comes with a cost that is not worth it for our SDK. |
Description
Updates Angular to 14. Also updates
typedoc
because of a conflictingpeerDependency
ontypescript
.This also migrates to ESLint, as TSLint has been removed in the process of upgrading to 14.
References
Closes #255
Checklist
master