I have added a local javascript file with <script type='text/javascript' src='Test.js'>
in my index.html, but when I run it with ng serve and go to localhost:4200
, in my browser console I see this error:
GET localhost:4200/Test.js 404 (Not Found) but I do have my file in the same location that my index.html.
but angular 2 not loading or finding this. Please help me.