gpt4 book ai didi

javascript - Angular2 中对象的 $$hashKey?

转载 作者:行者123 更新时间:2023-12-03 06:32:19 24 4
gpt4 key购买 nike

我是 Angular2 的新手,想知道 Angular2 中是否有 $$hashKey 的替代方案。

我在 angularjs 中使用 $$hashKey 来识别对象。

例如。

var arrayItem = {};
for (var key in arrayInstance[0]) {
if (arrayInstance[0].hasOwnProperty(key)) {
console.log('Key ' + key);
if (key != '$$hashKey') {
arrayItem[key] = angular.copy(arrayInstance[0][key]);
}
}
}
arrayInstance.push(arrayItem);

所以我想在 angular2 中替代它。

有任何输入吗?

谢谢

最佳答案

请阅读有关该主题的深入探讨Understanding "Object Identity" With ngFor Loops In Angular 2 .

关于javascript - Angular2 中对象的 $$hashKey?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38393053/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com