You need jQuery for certain things. For example, how you going to handle errors in your Angular SPA? Suppose I want to log all the errors on the server side than we need jQuery to post it on the server instead of HTTP services as it will create circular dependencies. At that time libraries like jQuery will come quite handy!. This is just one scenario there could be many more!