Olaf Siebert
Olaf Siebert
firebase emulators:start --only firestore works for me fine but when try to import the database, I'm getting the Timeout error. The database is large, my guess is that import is...
Seems there is an error in sizeContainer method. Looping over the events does not work. Setting enabledTransition to false will make it work in 12
Thanks for letting me know. Any suggestion or alternatives? Appreciate the help.
Ok, thanks On 24 Jul 2018, at 11:45, Eric BREHAULT wrote: I am pretty sure the upgrade is not too difficult to do. Just replacing angular2-schema-form with ngx-schema-form might work...
Hi Eric, I can confirm, that's all you need to do. Cheers Olaf
I actually notice an issue. The createEditor doesn't init the Tinymce after view init. I was able to fix it by adding setInterval in the createEditor. this.zone.runOutsideAngular(()=> { this.check =...
Any fixes planned for it?
I am having the same issue when compiling the project. ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'. node_modules/angular4-material-table/node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'. Any ideas....
When deleting the node_module inside angular4-material-table package, it compiles fine. The conflict occurs with my version of angular ahead. It tried fixing it by setting the resolution but not much...
Did you find a solution?