how to use underscore.js library in angular 2

前端 未结 6 1240
夕颜
夕颜 2020-12-29 20:47

I trying to create an application with angular 2,and want use underscore.js library in my .ts files ,for example when i want use this function :

   let myId         


        
6条回答
  •  心在旅途
    2020-12-29 21:11

    You need to install underscore.d.ts typings in your project to use its js library. Check this to know how to include typings

提交回复
热议问题