Ville Vainio
Ville Vainio
Is it ok to use ES2020 if you use OnPush everywhere, and cdr.markForCheck / cdr.detectChances?
@pauldraper I'm fine with that, as we are mostly doing that already
@ganySA no, it means you need to run changed detection yourself in those blocks (by injecting ChangeDetectorRef) if you update the build target
@rezonant best bang for buck is probably moving Angular users away from Zone. It's not really pulling its weight anymore, and keeps us stuck in the past
@googlebot I signed it!
+1 for option 1. In the end everyone wants to be on the official solution, esp. since v6 seems to fix the biggest limitations (and that they wanted to fix...
@DenisVuyka The projects is already hosted under ngx-translate github team. There wouldn't need to be "transfer of ownership", just assign PR merge rights to some trusted lieutenants. Truth be told,...
Seems there is no real documentation for js-driven i18n in Angular 6 docs. What's the best place to look?
You can avoid generating Controllers by using the new Minimal API approach: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-6.0
@normj if that test tools was listening for HTTP requests on localhost and forwarding the calls to the lambda via "proxy" resource, then yes. Similarly to how the aspnet.core template...