Tom Faltesek
Results
2
issues of
Tom Faltesek
I have services that depend on `IHttpContextAccessor` so that certain HTTP Headers and claim data can be accessed. Is there any way to configure DI for some form of the...
I have included the `require("nativescript-platform-css")` within the `main.ts` file. When I try to run the application an exception is thrown in the plugin (line 94). ```js // Setup Events Page.on(Page.navigatingToFirst,...