我正在学习Angular,我也是TypeScript的新手,所以我的问题是:
为什么在组件或指令中元数据或装饰器具有像@ Component / @ Directive这样的“@”符号.
为什么在组件或指令中元数据或装饰器具有像@ Component / @ Directive这样的“@”符号.
它的目的是什么,我什么时候应该使用它?
它代表装饰者.它不是特定于TypeScript的.
原文链接:https://www.f2er.com/angularjs/140847.htmlGoogle“javascript decorator”可以了解更多相关信息.
例如:
http://javascript.info/tutorial/decorators
https://medium.com/google-developers/exploring-es7-decorators-76ecb65fb841#.jzu13e5lr
正如@hardikModha所提到的,您还可以查找TypeScript手册:
http://www.typescriptlang.org/docs/handbook/decorators.html