Activities of "hardeep.singh@condoauthorityontario.ca"

  • ABP Framework version: v8.2
  • UI Type: Angular
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Steps to reproduce the issue: How can I get template definition by template name and culture name? for eg. var templateEn = await _templateDefinitionManager.GetAsync("templateName", "en"); var templateFr = await _templateDefinitionManager.GetAsync("templateName", "fr");

or

List<TemplateDefinition> templates = await _templateDefinitionManager.GetAsync("templateName");

Is it possible to do so?

public interface ITemplateDefinitionManager { [ItemNotNull] Task<TemplateDefinition> GetAsync([NotNull] string name);

[ItemNotNull]
Task&lt;IReadOnlyList&lt;TemplateDefinition&gt;> GetAllAsync();

Task&lt;TemplateDefinition?&gt; GetOrNullAsync(string name);

}

Right now templateDefinitionManager only get by name.

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core

Hi, I want to add accessibility elements and make the front end angular more accessible. Please let me know how I can modify the elements without injecting with JS after the page is loaded. I want to modify the source code for lepton x theme.

ABP Framework version:** v6.0.0

  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular):  yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Steps to map information from Claims of external Oauth (OpenId ) provider to Extra properties in Identity User
Showing 1 to 3 of 3 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on January 22, 2026, 11:30
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.