Robert Ernens

Results 27 comments of Robert Ernens

@NathanWalker Hi Nathan, I am using your seed for quite a while now and in several application and love it. Nevertheless, from a productivity standpoint during development cycles, I have...

@NathanWalker Hi I have been successful at moving my project to Angular-cli and NX. I followed the step by step guide that I found https://github.com/angular/angular-cli/wiki/stories-moving-into-the-cli making additional changes to cope...

@ramiel Hi Fabrizio You are right, this PR allows to keep the current behavior as well as integrating the required behavior to use setNext within a pre-save hook. I am...

@ramiel correction ! Counters are incremented but sequence counter is not set properly in all employees documents. Missing in some, those for which the error shows up in the log....

@ramiel hi Fabrizio Looking further into this and getting deeper in pre-save hook documentation, I found out that the issue comes from the save you do in the setNext method....

@ramiel hi Fabrizio yes I will make the pull request and submit the code change, straight away.

@ramiel Hi Fabrizio, Have you had a chance to review my PR ? I works fine for me but I had like to get it committed to the base code...

@udos86 not from a different module but from a different file that exports it. I'll give a try to what you suggest and keep you posted.

@udos86 thought you meant an angular module. I'll give it a try today.

@udos86 Hi Udo ! I am wondering if the problem is not really related to the changeDetectionStrategy.onPush that I am using which is the sole difference that I can see...