Zinchuk Roman

Results 37 comments of Zinchuk Roman

> realignInkBar call in ngAfterViewInit works fine for me.

Компилятор ругается: "compilation terminated due to -Wfatal-errors. cc1plus: all warnings being treated as errors". Если перевести, то он говорит, что при компиляции с параметром -Wfatal-errors все warning-и считаются ошибками, чтобы...

> > Yeah I dunno why this doesn't work for me. Everything builds fine, I import the plugin into my Svelte component but don't see `crosshair` in the plugins registry....

> > I have applied a workaround using the search event by placing the search term into the start of the items array. It's not as pretty but it works...

Same issue in Chrome, when i click browser Back button it stays on the same browser page.

outline appearance looks ugly (not aligned) ![image](https://github.com/ng-select/ng-select/assets/7004017/4f4a1498-4bab-4c6c-8528-1f600dd700fb)

what if I need to use "RouterModule.forChild" in a standalone component? How can I do it manually? Cannot find a solution.

@JoostK so now it's not possible to make lazy nested route ? e.g A->B(lazy)->C(lazy).

> > Dear @atscott will this be highly labeled to help people migrate routes automatically? Or providing migration tooling when possible is now less important and your advice is to...

> @roma2341 just to confirm with you, we cannot create routes as follows right? > > `A->B(lazy)->C(lazy)` > > I am also having trouble understanding how that could be facilitated....