u/h-k-dev

▲ 1 r/angular+1 crossposts

A Drag And Drop Directive for Angular

Well, a lightweight headless directive to drag and drop stuff in. When I have the time, I will add async stream. For now you will need to wait till all files are parsed and for loops through the files.

reddit.com
u/h-k-dev — 11 days ago

ng-inline-svg-2 is not working in angular 22

ng-inline-svg-2 is not working with Angular 22 because it uses a now deprecated component hook. For the time being, I wrote a small directive to replace it that has a similar interface.

The code is pretty simple. I advice you to just copy the source code and own it and add anything else you need for it.

- no SSR support
- CORS must be handled by you

reddit.com
u/h-k-dev — 1 month ago