how to make an object inside an array in c# not change when changing the original object code example
Example 1: angular clone array without reference
const myClonedArray = Object.assign([], myArray);
Example 2: angular clone array without reference
const myClonedObject = Object.assign({}, myObject);