# angular-inliner-cli **Repository Path**: mirrors_zefoy/angular-inliner-cli ## Basic Information - **Project Name**: angular-inliner-cli - **Description**: Inlines template and styles for compiled Angular components - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Angular inline CLI npm version Inlines template and styles for compiled Angular components, modifies the compiled component and metadata files. ### Installing ```bash $ npm install angular-inliner-cli --save ``` ### Usage ```bash ngi [-s|--silent] [-c|--compress] -s, --silent Output only critical errors -c, --compress Compress files before inlining Directory where the compiled files are ``` ### Examples ```bash 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.