Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Angular): deprecate angular.merge
This function has problems with special object types but since it's not used in core, it is not worth implementing fixes for these cases. A general purpose library like lodash (provides `merge`) should be used instead. Closes angular#12653 Closes angular#14941 Closes angular#15180 Closes angular#15992
- Loading branch information