Karl Kristian Lockert

Results 5 comments of Karl Kristian Lockert

Having the same issue here: After upgrading to angular 17 we want to try out the new application builder, but increasing the build times (compared to cached webpack builds) is...

@pkozlowski-opensource Thanks :) Just for context: The usecase in which I noticed this bug in was something like this: ```html @switch(type){ @case (FilterType.Text){ } ... more cases } ... more...

lol turns out that I can't read - it is a hint right here in the readme ![Image](https://github.com/user-attachments/assets/ff8ff8fd-33e1-4850-8143-3328ab063657) .... but this will only work for non-debugging?

@Segdo That is of course an option :) That does however increase nesting, which generally tends to reduce readability of the code* *deduced from several linters suggesting to reduce nesting,...

Understandable, thanks anyways for taking the time @alxhub 👍