📜  迭代对象 ngfor - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:15.730000             🧑  作者: Mango

代码示例1
// In your ts file
Object = Object;

// then in the template:

my key: {{key}} my object {{objs[key] | json}}