TypeScript prüfen, ob Element in Array
your_array.includes(the_element)
Annoyed Antelope
your_array.includes(the_element)
array.includes('value');