Ricardo

Results 5 comments of Ricardo

Hello, which is "the other alternative"? thanks

Let me show you a solution by using Typescript utilities that might be helpful in some situations. In case you can't initialize your FormGroup in the constructor, becase you need...

Hi @jahow , I'm working hand in hand with @aalbericio in the same issue. We figured out what is exactly producing the issue. This a very simple function: ``` import...

Thanks @jahow for your answer. This is my jest test: ```` import { coordinatesToGeometry } from '../../core/utils/utils2'; describe('Signals shared utils tests', () => { describe('Check OL problem', () => {...

Thank you very much for your clarification. Yes, seems a Jest configuration error but we don't know how to fix it. We tried several solutions but unfortunately none of them...