DEV Community

Discussion on: Anybody still working with jQuery?

Collapse
 
sunnymakode profile image
SunnyMakode

Been using Angular for a while, the funny thing is all those famous nitty npm packages we use in angular are only a wrapper over jquery libraries.

You can open your node_modules folder from angular project and
open any js file to see it first hand.

My personal favourite is **bootstrap **package and inside it's js file you will find most of jquery code been wrapped and put to use.