Karl Kristian Lockert
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  .... 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 👍