Ralf Saenen

Results 11 comments of Ralf Saenen

Hi, I forked this repo and published a new package as ng4-validators.

Hi, Why would you stop the validation ? I dont get what you want to do...

Hi, There is no activity since april. I made a PR a few month ago but it was never merge

Hi, As no one answer, merge or update this repository, I forked it and fixed circular dependencies, build errors. Can you make a PR on my branch ?

Hi, I have the same issue. I imported CustomFormsModule in my module.ts and try to use [min] in my template but it throws a template parse error. Did I miss...

Check your angular cli configuration, I'm pretty sure the mistake comes from here. You can look in `apps > prefix` and add its value before `./assets/i18n/`.

You can use you own loader, this one works with SSR too: ```typescript import { translationFr } from 'assets/i18n/fr'; import { of, Observable } from 'rxjs'; import { TranslateLoader as...

Hi, I already have a custom auth provider, but how to link this with gosWebSocket ? @jokari4242 If I find a solution, I will explain it on this issue.

> @rsaenen can you show us how you solve this problem Sorry I don't remember and I switched to node

Same issue with Symfony 3.2.3 with this configuration : ``` nelmio_cors: defaults: allow_origin: ["%cors_allow_origin%"] allow_headers: ["content-type", "authorization"] allow_methods: ["POST", "PUT", "GET", "DELETE", "PATCH", OPTIONS"] max_age: 3600 paths: '^/': ~ ```...