while changing the routes to homepage, javascript and jquery code is not loading in Angular 5
According to your question I think the problem is with the scripts initialization. Try using:
$(document).ready(function() { });
to initialize scripts.