Add custom JS files from local system in JHipster Angular 2 Application

Viewed 954

Can you guys suggest me how to add local js files in application

I have tried by adding the local JS file path in index.html like below

<script src="thirdpartyscripts/amcharts.js"></script>

Here **thirdpartyscripts** is my directory. but getting the error like below.

Error

1 Answers
Related