Mateo Tibaquirá
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:  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: 
@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