📜  ionic ngfor 对象 - Html 代码示例

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

代码示例1
//in the Component pass Object to template:

Object = Object;
// then in the template:

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