Angular Task -cli to change index.html

Is there a way to change the index.html file after the angular-cli build process? I am working on ng2 +.

The point is that angular-cli adds bundle scripts (e.g. vendor.bundle.js) to the end of the body tag. But I need a different behavior.

Can I do it?

+3


source to share





All Articles