Questions tagged [jdl]

JDL serves as the Domain Language for "JHipster," a powerful application generator. Its main purpose is to define entities and their connections so that JHipster can automatically generate corresponding code snippets.

Implement new functionalities within JDL Jhipster for an Angular project

For instance, I am interested in incorporating functions such as onChange, focusout, onBlur, onClick while passing an extra parameter in jdl like this: <input type="text" class="form-control" name="firstName" (onChange)= ...