Robin (Robert) Thomas
Robin (Robert) Thomas
@crisbeto Understood, but would it be possible to simply hide the hint text with CSS instead of removing it from the DOM altogether? That way it would still adhere to...
@crisbeto In most cases having the error first would fix that, I think.
I agree there are some implementation details to work out. But this always comes up in accessibility testing, and so think it would be prudent to address.
@crisbeto Thanks for letting me know! I actually have a PR almost ready to submit for this, just need to wrap up the test cases. Want me to give it...
@crisbeto Here's the PR, although there's one e2e test that is failing but seems unrelated? Would love it if you could set me straight on that! https://github.com/angular/components/pull/24441 Oops, I wrote...
Really looking forward to seeing this completed! Not having `as local-val`, and having instead to use `*ngIf`, is a big turn-off for developers considering Angular or ramping up on Angular...
+1 for the `.ts` extension. This would be huge.
@privatenumber I turned `experimentalDecorators` off in order to use [Stage 3 decorators](https://github.com/microsoft/TypeScript/pull/50820), and this causes the "Transforming JavaScript decorators..." error to occur again.
Same here, very annoying.
I'm working on a dreadful legacy codebase with this same problem. I wish there was a solution!