Dániel Kis-Nagy

Results 6 comments of Dániel Kis-Nagy

After 2 hours of trying in vain, I ended up generating my source HTML with base64 encoded images embedded in it (instead of using paths), and that worked on first...

Angular 12 is supported, yes. Angular 13 support is planned.

The weird thing is that it Dynogels does support empty arrays – on updates. It just omits them on inserts. So what I ended up doing is whenever I insert...

We just updated to Angular 15, including proper Ivy support (so it should be compatible with Angular 16 too, though we haven't tried that yet).

I ended up not using a decorator for redirection, but grabbing `response` using `@Res`, and then calling `redirect` on that: ``` response.redirect(303, 'https://example.com'); return response; ```

I realize this might be trivial for others, but for me (and, possibly, future Internet searchers), even after reading through this thread and the full intro page for the project,...