ng-chrome-extension
ng-chrome-extension copied to clipboard
how to load script like jquery.min.js into serviceWorker.ts
Got stuck to do on how to load script like jquery.min.js into serviceWorker.ts any suggestion? Thanks
if you use the latest version (3.1.0+) you can change directory into the 'chrome' folder and install the deps:
cd chrome
npm install jquery
npm install --save-dev @types/jquery
It should work