I am trying to use ng2-datetime. However, when I follow the instruction and installed npm install --save ng2-datetime, I get the following error.
I have tri
import * as $ from 'jquery';
window['$'] = window['jQuery'] = $;
The sencond line will fix your issue!