Josh Berry
Josh Berry
When using `HxCheckboxList` with no rendermode, I get some odd form element names. Is static ssr not supported for this component? 
Good point! I'm not clear on what you're suggesting as a solution. Can you elaborate a little on how to fix? This appears to be a problem with the official...
I'm seeing the same issue as @danobri on a production site that appears to be working fine otherwise. The exceptions are intermittent, but persistent. I'm using the Angular spa template...
Would be nice if an error wasn't the default behavior. I was able to prevent the exceptions using a rewrite rule in my web.config. ``` ```
Yes I've deployed it - https://dotnetcore-angular-universal.azurewebsites.net/. Exception handling wasn't configured because it's not a goal of the repo. I left it at exactly what `dotnet new web` gives you. Implementing...