-
When you decide to migrate, I recommend checking https://github.com/airbnb/ts-migrate may speed few migration steps (but it wont solve missing types/interfaces)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
^ this. At least for inspiration and to speed up things. You also might wanna check out https://github.com/DefinitelyTyped/DefinitelyTyped if some type definitions are existing for smaller libraries
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
Creating TS types/interfaces manually can be tedious. But, if you have JSON responses of your APIs, you can quickly convert those JSON responses to TS interfaces using VS Code extension Paste JSON as Code. Also, if your backend already uses Swagger for API, you can auto-generate all the TS types of your API models using swagger-codegen
Related posts
-
Deploying Angular applications to Cloudflare with Void
-
Angular Long-Term Support (LTS) Proposal for Enterprise Development
-
Angular 22 @Service vs @Injectable (What You Need to Know)"
-
Angular 22's New Built-in Debounce for Async Validation Explained
-
Angular Just Added Arrow Functions to Templates — And I’m Not Sure It’s a Good Idea