Hi
I am facing this error when I use the powerTool. It gives the error and it does not create the required front end components for Angular -> KeyIndicatorsAppService.cs is being generated. -> IKeyIndicatorsAppService.cs is being generated. -> KeyIndicatorConsts.cs is being generated. -> CreateOrEditKeyIndicatorDto.cs is being generated. -> KeyIndicatorDto.cs is being generated. -> GetAllForLookupTableInput.cs is being generated. -> GetAllKeyIndicatorsInput.cs is being generated. -> GetKeyIndicatorForViewDto.cs is being generated. -> GetKeyIndicatorForEditOutput.cs is being generated. -> KeyIndicator.cs is being generated. -> AppPermissions.cs is being modified. -> AppAuthorizationProvider.cs is being modified. -> TSTDbContext.cs is being modified. -> CustomDtoMapper.cs is being modified. Running add-migration... Could not execute because the specified command or file was not found. Possible reasons for this include:
Code generation is complete. Press ENTER to exit...
Thanks
Hi
I am facing an issue with the right to left alignment of the labels. I am using angular 11 with .net 5 aspnet core. The left to right is working fine as seen following
But I change the language to Arabic to see right to left functionality, it displays like following:
As can bee seen, 1 and 2 is properly aligned but the 3 and 4 is not.
Hi I am using the latest version of aspnet.Zero. I am using angular component with aspnet core api.
I need to create an angular function to bind the value of dropdown dynamically based on selected UI language. I have several lookup tables where the properties of the tables are similar and for each table I feed the values in three languages (en,da,ps). Now I want to create the function, as mentioend above, to dynamically bind the value of dropdown. For example if the selected UI language is in English, the dropdown value for exmaple for product name are shown in English, but when the UI language is Turkey, the dropdown value is filled with Turkey name of products instead of English.
Any suggestion please on how to implement such using asp.net zero.
Thank you