I have a project in angular2 v6, I'm doing the same without jquery and lodash, but when I type $ ('body') on the console it returns as if I had used jquery.
When I type $ it shows.
ƒ $ (selector, [startNode]) {[Command Line API]}
Does anyone know why?