Angular error Uncaught ReferenceError: jQuery is not defined
I import some js files to my component but when i start app the browser gives me this error: Uncaught ReferenceError: jQuery is not defined. I load jquery before everything else so I don't understand how it can give error.