标签: typescript angular5 typescript-decorator
我创建了装饰师
export function Id(target: any, key: string) { ... }
把它放在字段上
Class Test { @Id public id: int; }
如何获取装饰器的字段列表(@Id)
答案 0 :(得分:0)
使用target然后在使用自定义属性中设置键(例如:__ pros __)
extract
控制台输出:
["名称"]