Tomás López Rodríguez
Tomás López Rodríguez
Seems easy to implement. Just change the js and set a parameter when configuring
I suppose you can inject the IAnalytics interface in your controller and use it
you can inject IAnalytics GlobalTracking with constructor injection in any class you want and then you can call TrackEvent with the data you need. It's not different from blazor where...
Well. It does not seem hard at first but It takes few steps on the google manager before it before you can log user’s actions. As you can read this...
We’re neighbors. All Spanish developers trying its best writing bad English. Awesome.
You can use an abstraction over httpclient o even a mediator that can use its dependencies depending on the running mode.
Js isolation just works on .net 5 or above. Maybe it’s the time to remove blazor wasm 3.2 support