Bálint Mérő

Results 26 comments of Bálint Mérő

@dranes @marcj +1 I'm also waiting for a new (npm) release with your update.

Related: https://github.com/angular/angular/issues/30737 Please consider adding a temporary warning and disable Augury until you have Ivy support as it's misleading right now.

@yallen011 I didn't mean disable the tool in general, but only if it detects a new Angular version with Ivy. Like `if ng.probe is not a function then warn the...

The custom component itself is an Angular component (in this context), so feel free to look at any dropzone implementations for Angular, and use that there.

Try other d&d packages and try to compose the JSON inside the ng component and emit via the `value`. (Or you can use an Angular service to save data and...

what's the use-case you want to achieve?

I haven't yet discovered how you can combine both scopes. Imagine that you have an Angular component and you want to include a part of an external lib, in this...

Did you setup according to the wiki https://github.com/formio/angular-formio/wiki/Custom-Components-with-Angular-Elements and does it work for you inside the regular formio component or formbuilder?

Do you have any update/plans related to Ivy?