本文介绍了使用npmreflect-metadata或core-js/es7/reflect的Angular2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

看着Angular2项目,我看到一些正在使用:npm反射元数据

Looking at Angular2 projects, I see some are using:npm reflect-metadata

和其他人正在使用:core-js/es7/reflect

and others are using :core-js/es7/reflect

我知道两者都在实现ES7提出的Decorator并反映API

I know both are implementing the ES7 proposed Decorator and reflect API

但是两者之间有什么区别?他们只是复制/粘贴吗?我认为它们是等效的

But what is the difference between the two?Are they just copy/paste ?I assume they are equivalent

推荐答案

core-js/es7/reflect:元数据反射API .

npm reflect-metadata:对ES7反射API的原型的TypeScript支持.

npm reflect-metadata: The TypeScript support for the prototype of the ES7 Reflection API.

希望获得帮助!

这篇关于使用npmreflect-metadata或core-js/es7/reflect的Angular2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 12:07