Inlines template and styles for compiled Angular components, modifies the compiled component and metadata files.
$ npm install angular-inliner-cli --save
ngi [-s|--silent] [-c|--compress] <directory>
-s, --silent Output only critical errors
-c, --compress Compress files before inlining
<directory> Directory where the compiled files are
ngi --compress dist/lib/
This would take all component.js and component.metadata.json files and recursively replace the templateUrl and styleUrls with the compressed content.