Simon Weaver
Simon Weaver
There really really needs to be a better way to specify different dialog scaling strategies beyond the existing positioning strategies (such as full screen with an optional margin). Then problems...
Tired of seeing stackoverflow answers that say 'don't use ::ng-deep because it's deprecated'. That's just delusional right now. Use it.
@Splaktar Let's see... As of today 533 repositories use it and 44k code files in github alone. I don't think it *can* go anywhere anytime soon! Educating people for the...
The most practical step right now would be to add a section in the docs explaining each common use case for `::ng-deep` and what are the pros / cons of...
@evanjmg Given that these 'deep' things get deprecated in the first place because they [break encapsulation](https://stackoverflow.com/questions/35741722/whats-the-substitute-for-shadow-and-deep) - it very much concerns me that if everything was suddenly `Native` it just...
This particular login issue can occur on Chrome debugging tools when using the mobile device manager. https://stackoverflow.com/questions/33822789/facebook-oauth2-sorry-something-went-wrong/53662979#53662979 With that said I realize that the screenshot does not show the 'm.facebook.com'...
No special accommodation for pixels in 4k is needed (everything is specified in 'logical pixels' - not device pixels). So everything happening with device pixels is just doubled compared to...
What a complete waste of time this API is. The component should be able to handle all this by itself. Otherwise why am I even using it?
I've just updated my Angular project to use `strict` mode and **wow** are there a lot of problems where it's complaining things are null when they shouldn't be! Being able...
I see my Angular 12 dynamic components in the tree, but the selector for them isn't shown.  Every one of the DIVS, ARTICLEs shown here is a dynamic component,...