How to use shoelace with angular 1. Install shoelace npm i @shoelace-style/shoelace -S 2. Enable Custom Elements
jest with ES6 modules If you encounter this error when trying to use ES6 modules with jest: SyntaxError: Cannot use import statement outside a module Run the tests with: NODE_OPTIONS=--experimental-vm-modules npx jest