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

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

The newest version!


@if (errorMessage) { } @if (nameValidationMessage) { }
@if (environment) { } @for (env of editableEnvironments; track env.name; let i = $index) { }
@if (editing(i)) { } @if (!editing(i)) {
{{env.name}}
}
@if (editing(i)) { } @if (!editing(i)) {
{{env.description}}
}
@if (!editing(i)) { } @if (editing(i)) { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy