@if (errorMessage) {
{{ errorMessage }}
} @if (loading) {

map.loading.service

} @if (!loading && layers.length > 0) {

map.layers.available

@for (layer of layers; track layer) {

{{ layer.title }}

@if (layer.name) { map.layer.add }
}
}