-
Hi,
I am back again with a suggestion that could be nice to have : https://angular.io/guide/universal
The drawback of this is that ngx-drag-drop can't rely on window.document as it is undefined …
-
"ngx-color-picker": "10.0.1"
HTML
```
```
If i import to the project module the `import { ColorPickerModule } from 'ngx-color-picker';` i'm getting the following runtime error in IE 11:
…
-
I cannot upload multiple files at once.
My code is
const event: UploadInput = {
type: 'uploadAll',
url: 'ToDoList/UploadDocument',
method: 'POST',
…
-
-
I have a situation similar to the multi-list sortable in the demo except that the target list contains nested lists and items may be dragged from the available boxers panel into any of the nested list…
-
Hi, are there any plans or documentation to be able to cancel an ongoing drop from code?
(e.g when the underlying logic that handles the drop event goes wrong, and you want to put the item back to…
-
Is it able to add a feature to sort the draggable items and re order them?
thx
-
#### What is the expected behavior?
I am trying to reproduce the simple drag and drop list ordering example from here: https://material.angular.io/cdk/drag-drop/overview
#### What is the curre…
-
i use the ngx-admin projekt: https://github.com/akveo/ngx-admin/tree/ng2-admin/src/app/theme/components/baFileUploader
create a component with the example code from the AppHomeComponent
but no fin…
Newan updated
6 years ago
-
This is a feature request (or if it is already achievable, please let me know). Might be related to #70.
Let me describe it briefly:
Here is the StackBlitz for the MWE: https://stackblitz.com/ed…