samchon / typia

Super-fast/easy runtime validators and serializers via transformation
https://typia.io/
MIT License
4.47k stars 154 forks source link

Use Typia in an Angular project ? #471

Closed thiboot closed 1 year ago

thiboot commented 1 year ago

Hello,

I'm trying to replace class-validator in my lib. Anyone already tried to use typia in an Angular app/library ? (Angular 14-15). How to configure Typia transformer ?

samchon commented 1 year ago

As I've no experience about the Angulr, I can't be helpful. Anyone who knows how to?

@thiboot By googling, I found an issue about the transform API plugin supporting. Is it helpful?

thiboot commented 1 year ago

Thank you for your answer @samchon i'll try this way i found also a plugin for webpack angular builders : https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack

samchon commented 1 year ago

Will support through #509