Mateo Tibaquirá

Results 110 comments of Mateo Tibaquirá

I could help here with an Angular App (my speciality) to show up some cool examples on the top of the engine. I want to learn how to render some...

> examples and demos can have external dependencies so long as they do not creep into the core libraries. of course, the demo app should be consuming the engine from...

+1 here I'm trying to programatically create a control dynamically with a wrapper and `@ContentChild` cannot fetch the projected component: ![image](https://user-images.githubusercontent.com/260185/183141604-877b685f-d660-40f6-b4ee-7be904d781bd.png) dyn-factory.html: ```html ``` dyn-factory.ts: ```typescript this.controlRef = this.controlContainer.createComponent(controlFactory, undefined,...

This error is gone for me without up/downgrading anything I bet it's something about some bundles downloaded while it installs, so it's basically an infrastructure issue.

The same happened with a `number` control: ![image](https://user-images.githubusercontent.com/260185/83209921-1bc25480-a11f-11ea-80b0-82b89425e397.png)

@shilman wooops, I forked the `ControlsPanel` with the exact same code and registered a panel just like `@storybook/addon-controls`. I thought it should behave the same as the official plugin, but...

yeah, I just compared the code of `addon-controls` and my fork, and they are basically the same. I will dig a little bit in the argTypes of the controls that...

I checked some stories of `angular-cli` and there was no error thrown, so I got surprised :P

I didn't set any `dndHorizontal` and it worked for me. It's brillant that this library doesn't use complicated calculations, it just return the index of the children inside the container...

I found that the library just returns the index of the children inside the dropzone, so it worked for my case where I had a single list of photos: https://github.com/reppners/ngx-drag-drop/issues/79#issuecomment-629739969