leomayer
leomayer
Any update for this issue? I would need this feature as well!
And about how to install the ZIP file just look on [Stackoverflow](https://stackoverflow.com/a/16074606/325868)
I have the same problem. I get exported ``` export class EditChapterDto extends ChapterDto { children: EditChapterDto[]; ``` but I need to have ``` export class EditChapterDto extends ChapterDto {...
Any updates?
I expierenced the same issue with `touch`. I needed to install `input-utils` to have `lsinput` available. After installing it `touch` events were recognized properly