classificação de objeto angular por chave
sort((a, b) => a.name > b.name ? 1 : -1)
Naughty Newt
sort((a, b) => a.name > b.name ? 1 : -1)