Wagner Maciel

Results 51 comments of Wagner Maciel

Hijacking this idea to increase the scope. We should add a search bar to the top nav to be able to quickly search for guides, docs, etc. in the docs...

For the first bullet point, I disagree. Having two components defined in a single ts file pointing to two separate html files doesn't increase the complexity. Preference on how code...

@devversion I'd have to check in with Jeremy or Miles but I think so

@volvachev The presubmit process Zach was describing was for this PR. Each PR is processed independently From the latest presubmit run, I can see that it only had a handful...

@GlauberF Is this something that could be solved by using the virtual scroller? https://material.angular.io/cdk/scrolling/overview

Could you provide a stackblitz example of the issue? I'm having trouble understanding the root cause of this problem

I'll take another look. We got this down pretty close but the internal failures are tough to debug. After rerunning internal tests tonight I'll post an update on how things...

@alan-agius4 I think this would actually be a good idea. It would also help alleviate some of the problems we were seeing in this issue: https://github.com/angular/universal/issues/1769

Fixes slider imprecision which was not properly resolved along with https://github.com/angular/components/pull/28193 ## Problem 1 The slider's translateX value clamping also needs to account for the tick mark being 3px off...