require('classlist.js');
While building the project using Angular CLI, an error appeared in the console.
I ran the command "npm install --save classlist.js
" within the project directory.
Error: Module not found: Can't resolve 'classlist.js' in src
@ ./src/polyfills.ts 36:0-22
@ multi ./src/polyfills.ts
Appreciate any help on this matter.