@if (suggestions().length > 0) {
@for (suggestion of suggestions(); track suggestion.id) {
{{ suggestion.nome }}
}
}
@for (chip of chips(); track chip.id) {
{{ chip.nome }} ×
}