sergamers
sergamers
bump
@destus90 While it doen't work i use in my project [this](https://github.com/mattlewis92/angular-draggable-droppable)
I've same problem.
@webcoderkz @maximelafarie I solve it that: Create in the root next file `custom.d.ts`: ``` declare module "*.svg?inline" { const content: any; export default content; } ``` and add to `tsconfig.json`:...
 Что-то мне не помогает 