I added this code in my AuthServerModule.cs ConfigureServices method
and this in my AuthServer.csproj
Also added this in my HttpApiHostModule.cs ConfigureServices method
and this in my HttpApi.Host.csproj
But it didn't work, the localization texts doesn't appear on the UI, neither are on the database.
I tried creating a development environment from scratch, cleaning and building the solution, deleting existing databases, clearing redis cache and running dbmigrator then authserver, api and angular frontend.
Thanks!
It worked, thank you!
Thanks!
Hi,
The document shows how I can pass different values to the component, but not how I can pass multiple values. Example: I want to lookup for a bank account and I want the component to show the account number and the bank name on the UI. The way it is built I can only show one property (account number OR bank name in this case). Also if I want to filter the lookup response by some property from the form, it also does not support it. It only accepts default lookup properties (filter, skipCount and maxResultCount).
For refer purpose you can also check this File
The file is an example for lookup-select, but I'm looking for lookup-typeahead.
Thanks.
Hey,
I checked out the link, but it just shows how to use the component. I’m trying to customize it so it can handle more properties besides just DisplayName, and I couldn’t find much about that in the docs.
Do you know how I could do this or where I can find the source code?
Thanks!