Currently, I am diving into the world of webapp development using DevExtreme. As a novice in coding, this is my first time exploring the functionalities of DevExtreme.
Essentially, I am seeking guidance on how to display certain elements based on specific conditions within the HTML itself. While I understand that CSS and Typescript can achieve this as well, I believe incorporating an if statement directly in the HTML would result in cleaner code and potentially save time for future projects.
Despite extensive research, I have been unable to locate relevant information on this topic. Therefore, I am reaching out here in hopes of some insights or solutions.
Given that DevExtreme is Angular-based in my case, I attempted utilizing *ngIf without delving into inline styling via Typescript.