Suppose I have custom JS file as below -
- custom.js
- test.js
- papular.js
How we can import / include / load these JS file in Angular6 ?
Thanks & have a good day !!
Suppose I have custom JS file as below -
How we can import / include / load these JS file in Angular6 ?
Thanks & have a good day !!
Look for the angular.json
file in your Angular 6 project, and add the js file list to the "scripts": [],
array.