entith

Results 5 comments of entith

I got this as well on a clean Angular 9.1.11 project created with Angular CLI 9.1.8. After a bit of digging, it seems the issue is caused by the `directTemplateLoading`...

[strings-h610x.txt](https://github.com/OpenTabletDriver/OpenTabletDriver/files/15139123/strings-h610x.txt)

I use Mouse 4 as push-to-talk in Mumble, Discord, etc. It is very annoying when I am trying to type and talk and the tab keeps switching. I would love...

@shlomiassaf According to the current Angular [documentation](https://angular.io/api/router/LoadChildrenCallback), `LoadChildrenCallback` is a function that returns one of `Type| NgModuleFactory| Promise| Observable`, not a string. ```Typescript type LoadChildrenCallback = () => Type| NgModuleFactory|...

I got something working, but this is rough and not well tested. I'm posting it here for reference in case it'll help anyone. ``` public class RtType : RtInterface {...