Each array has the following data:
{{ id: 39, treaty_number: "qwe", insurant_name: "222", belonging_to_the_holding_company: "test", date_start: "2016-04-15", etc }}
How do I sort each array in ascending order date_start?
I am writing on Angular 4 and typescript v.2.4.1. It is possible and on pure JS. Thank you!
