I'm trying to use JQuery with Angular 2 Cli.
I installed JQuery by using npm install jquery --save
and adding import $ from 'jquery/dist/jquery'
to app.module.ts.
I get this error in Chrome Cannot find module 'jquery/dist/jquery'.)
. But I can find the jquery folder in node_modules.
I'm using JQuery because I want to use this header with shadow effect in my project. I can't find an angular version of this type of header without using Material Design or other UI components (as I prefer not to use this because it changes some of the styling in my project).