Model types and base types in frontend

Hello Community,

I’m currently working on a directive that connects a Strapi backend with an Angular frontend. Is there a tool or method available to directly import model types and base response types from Strapi into the frontend? I’m looking for a solution that allows me to avoid manual creation of these types in a frontend file.

Your insights and suggestions would be greatly appreciated.

Thanks!

This is an example of how you could do this in a mono repo

1 Like