Erik

Results 1 comments of Erik

I had the same problem. Put this to my webpack config: new webpack.ProvidePlugin({ 'window.jQuery': 'jquery', 'windows.&': 'jquery' }); And this as my first import before angular: import {$,jQuery} from 'jquery';...