简体   繁体   English

我可以在Angular2 Typescript项目中使用.dll吗

[英]Can I use .dll in Angular2 Typescript project

My client have .dll library and want a native angular2 app with algorithm from this library. 我的客户有.dll库,并希望从该库中获取带有算法的本机angular2应用。 So here is a question can i import .dll into angular2 project written in typescript. 所以这是一个问题,我可以将.dll导入用打字稿编写的angular2项目中。 If i can't what kind of libraries can i import into Typescript. 如果不能,我可以将哪种类型的库导入Typescript。

No, you can't. 不,你不能。 You can however install any javascript libraries, which are usually hosted on NPM . 但是,您可以安装通常在NPM上托管的任何javascript库。 There are thousands of them, therefore I doubt you will problem finding what you need. 它们有成千上万,因此我怀疑您会找不到所需的东西。

Check those two NPM packages: 检查这两个NPM软件包:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM