Evgeniy OZ

Results 131 comments of Evgeniy OZ

> adding options requires just that: adding options The best argument in my opinion

> This Stackblitz also show the same behavior of layout thrashing when dragging item with several DOMs in several drag refs. I don't understand how exactly this demo should work,...

Not every IDE uses language service. It would be nice to get an error from a compiler on the compilation step. But a preliminary warning from language service - that...

@pkozlowski-opensource it's a feature request, what reproduction? ;) Here it is: https://stackblitz.com/edit/angular-ivy-vhsjhg?file=src/app/example/some-test.component.ts Please open console and try to remove tag `` from template. I'm not sure if your assumption is...

@pkozlowski-opensource yes, I'm pretty sure now. I was trying to reproduce that exact error message, then I created a repo from StackBlitz code and found that I can't just run...

@mparpaillon Example of forwardRef usage in this case: ```ts @Component({ // ... imports: [ CommonModule, forwardRef(() => ExampleComponent) ], // ... }) ```

[attr.disabled] and [disabled] doesn't add "disabled" attribute anymore. Quite important change, actually, please mention such changes as "breaking".

> > It works Doesn't work in `15.1.0-next.3` - it only adds `ng-reflect-is-disabled="true"` to the element in DOM.

> You're not supposed to use disabled when binding to a form control @jnizet calling `control.disable()` doesn't work either.

Here is StackBlitz with reproduction: https://stackblitz.com/edit/angular-ivy-jcwird?file=src/app/app.component.html