Martin Burtscher

Results 16 comments of Martin Burtscher

Small update: I have tested the issue with the new angular 9.1 released yesterday. The problem is still present and shows the same behavior as in version 9.0.7. I have...

@kara Thanks for looking into this issue. I have updated the test repository to angular 10.1. but I have still the same issue there. New Branches are - [ angular10.1-with-ivy](https://github.com/martinbu/ivy-directive-issue/tree/angular10.1-with-ivy)...

Hi @AndrewKushnir, thank you for still looking into this issue. I have testet with version 10.1.6 and added another branch [angular10.1.6-with-ivy](https://github.com/martinbu/ivy-directive-issue/tree/angular10.1.6-with-ivy). ``` Angular CLI: 10.1.7 Node: 12.18.3 OS: win32 x64...

Hi @kara, @AndrewKushnir, @jessicajaniuk, I've updated the [repository to angular 11.2](https://github.com/martinbu/ivy-directive-issue/tree/angular11.2-with-ivy). The problem still exists. This is the only problem, that prevents me from switching to ivy. ``` Angular CLI:...

Hi @kara I have updated to [angular 12.1](https://github.com/martinbu/ivy-directive-issue/tree/angular12.1-with-ivy) now, but the issue still exists. ``` Angular CLI: 12.1.1 Node: 12.21.0 Package Manager: npm 6.14.11 OS: win32 x64 Angular: 12.1.1 ......

Hi @petebacondarwin, thank you for your investigation. As I can see in your example and how my understanding is now (please correct me if I am wrong): The `@Host` decorator...

Is there any news on this. The migration guide suggests still the 'not equivalent' replacement.

I think the following example/issue falls in the same category. Original Post: https://github.com/angular/angular-cli/issues/20300 If the following css file is used, the border properties gets combined to `border: var(--borderThickness) solid #000`,...

I have seen the issue yesterday and did a quick debugging session but could not identify the the root cause yet. What I have seen is that the `LoadFilteredItemsAsync` is...

`position: sticky` did not work for me. As a workaround I have added the class `overflow-column` to those `TemplateColumn`s which contains FluentSelect components and added the following component css rule....