iancucatalin1993

Results 2 comments of iancucatalin1993

I managed to make it work with AOT compilation, by using something like this to make the AOT trimming ignore these specific parts, which likely rely on reflection ``` ```

I had the same problem when I used "Validator(...)" like a function, instead of a constructor like "new Validator(...)"