@if (type === 'values') {
@if (getMaxConstValueCount() > 0) {
Showing at most
{{getMaxConstValueCount()}} elements
} @else if (getMaxConstValueCount() < 0) {
Showing
all elements
}
{{text}}
} @else if (type === 'namespace') {
Namespace hierarchy
@for(ns of namespaceComponents; let i = $index; track $index) {
}
} @else if (type === 'quantization') {
{{formatQuantization}}
} @else {
{{text}}
}