Ray Suelzer
Ray Suelzer
> Looking forward to this release. I fear my Angular app might break if we decide to continue upgrading to Angular 11. @zgosalvez Just upgraded to angular 11, no issues...
Singleton probably doesn't make sense in AutoFac for web requests because I believe it would be shared across requests.
Please merge this.
Also broken for me
I got this to work by adding a name="foobar" prop to ng-select. ` `
This causes infinite change detection. I spent about six hours trying to look at this today, but could not find a reasonable solution. This issue also occurs when you are...
There is a fairly simple solution to this... Something like this works. Basically, just hold on to the reference, do some check to see if you really need to change...
This is a good idea. I have been poking around a bit in the various drivers source code, the most difficult part of having this integrate with the non part97...
+1 same use case here. There should be a way to update the options after initialization.
> I'm using css grid as it works very well for masonry layout. The workaround to this problem for me was to use `distinctUntilKeyChanged('scrollEndPosition')` when subscribing to the vsEnd event....