Michal Turecki
Michal Turecki
Here is a reproducible project: [stackblitz.com](https://stackblitz.com/edit/pebula-ngrid-starter-oj968p?file=src/app/app.module.ts) Clicking on a button will throw an error in a console.
This feature would be brilliant. It would save time, cloud running cost, cypress video storage costs etc. If you could squeeze in a similar feature of disabling log on first...
Is this issue still active? Nesting of ng-content can be implemented across multiple components and if the inner component depends on the AfterContentInit initialization of the ContentChildren property, it will...
I can confirm the problem on Android 11 but it relates to Samsung One UI Navigation bar gestures with a back left edge gesture (works) and home bottom gesture (works...
@ceng1996 I bought a low power laptop and leave it always on :) It still happens occasionally on my desktop, with weekly Arch Linux updates. No difference after switching to...
The issue is regularly happening after a sleep / resume cycle when KeePass is running. It happens with the latest arch linux build 2.54. ``` Oct 01 17:06:17 archlinux systemd-coredump[51975]:...
The solution provided by @romanszedzielorz is the only one working - adding *ngIf to all tabs works only until a change to *ngIf condition is detected in the middle element...
Is there a workaround for this issue? On latest arch package cockpit 278-1 it shows several entries like following when any tab on services is selected: ` Nov 07 09:18:56...
I completely agree having a reference to LightInject is needed only in composition root yet IServiceFactory (or Scope) can be used by i.e. a lifetime service which can potentially have...
Another note - the registration of argument along with a class (`container.Register`) forces to instantiate the RegisteredClass manually. If any properties need to be injected, it has to be done...