This package has been deprecated

Author message:

This package was renamed to angular-inliner-cli

angular-inline-cli

1.1.0 • 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 --save angular-inline-cli

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.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i angular-inline-cli

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • zefoy