angular对象组合

1.导入包

import * as _ from 'lodash';

2.使用assign方法

_.assign(target, source);

3.参考

原文地址:https://www.cnblogs.com/guanxiaohe/p/11750505.html