Results 3 comments of Jens

Yep @tingram-hp that's the problem, I forked this repo to fix it, see https://github.com/Stack8/http-server and https://www.npmjs.com/package/s8-http-server Note, I won't be maintaining that fork, but I don't think this repo is...

I know the solve, so I would open a PR, but I have no idea how to write a test for it. If someone agrees to write the test for...

For anyone else facing this issue, this is the directive I created to solve the problem: ```ts import { AfterViewInit, Directive } from '@angular/core'; import { NgSelectComponent } from '@ng-select/ng-select';...