Gabriel

Results 2 comments of Gabriel

I have a working and dirty solution for ionic2. Here is my code : ``` javascript function templateInliner(file) { return through(function (buf, enc, next) { ng2TemplateParser({ contents: buf, path: file...

Hello @AMBudnik, Thank you for your answer. I forgot to say it was a regression. The same code is working using @handsontable 7.4.2 and @handsontable/vue 4.1.1 : https://jsfiddle.net/Lxdc950k/2/. I found...