angular-inliner-cli
v1.2.1
Published
Inlines template and styles for compiled Angular components
Readme
Angular inline CLI
Inlines template and styles for compiled Angular components, modifies the compiled component and metadata files.
Installing
$ npm install angular-inliner-cli --saveUsage
ngi [-s|--silent] [-c|--compress] <directory>
-s, --silent Output only critical errors
-c, --compress Compress files before inlining
<directory> Directory where the compiled files areExamples
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.
