jQuery is not defined in bootstrap-sass

Step One npm install jssha –save [using jssha for this demo] It it is your own custom file place it in the scripts array of angular-cli.json skip this step 1 Step two Add the jssha scripts file in .angular-cli.json file “scripts”: [ “../node_modules/jssha/src/sha.js” ] Step three Adding a var in component to be used as … Read more