So fügen Sie einem TypeScript -Array ein Element hinzu

your_array.push(the_element);
Annoyed Antelope