I developped an Angular 12 app, and i'm trying to import the .js file in my components. I tried to import it like this
import * as script from 'src/assets/js/home/home.js';
but the .js files are not found, i tried with .ts and there is no problem. Why does the .js files can't be imported like this and how can I import it.