All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.environment-variable.list.environments-variables.component.html Maven / Gradle / Ivy

The newest version!
@if (errorMessage) {
  
}
@for (env of environments; track $index) { }
@if (editing()) { } @for (variableKey of variablesKeys; track variableKey) { @if (editing(variableKey)) { } @if (!editing(variableKey)) { } }
@if (variableEditionForm.get('key').dirty && variableEditionForm.get('key').hasError('name')) { {{'global.rules.var.name' | translate }} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy