Explain the functionality angular.copy() method?

devquora
devquora

Posted On: Feb 22, 2018

 

It is used to allocating the value of an object into another object however the object value must not be altered.

If you are adding any new property or altering any value of the property then the object noting to the same object will update by applying angular. Copy() method.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions