angular-inliner-cli

1.2.1 • Public • Published

Angular inline CLI

npm version

Inlines template and styles for compiled Angular components, modifies the compiled component and metadata files.

Installing

$ npm install angular-inliner-cli --save

Usage

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

Examples

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.

Readme

Keywords

none

Package Sidebar

Install

npm i angular-inliner-cli

Weekly Downloads

2

Version

1.2.1

License

MIT

Last publish

Collaborators

  • zefoy