Totot
Totot
I have an angular application that uses ngx-translation. For this, I made a Shared module that loads a translation file containing different keys (general errors...) : `@NgModule({ imports: [ TranslateModule.forChild({...
It would be nice if the generator could generate the interfaces for the service with being able to use Token injections. This would facilitate mocks during unit testing
I use legendCallback to customize my legend and in this customization I want to add an image that depends on the legend’s libel. The problem is that it just blinks...
I have an ASP.NET Core Web API that I build in Azure Devops. I have to extract the swagger during the build. I therefore issue the following command: `- task:...