Yaroslav Admin 4774049e84 feat(@angular/cli): disable progress when running outside TTY
The default value is changed from `true` to `progress.stdout.isTTY`. It
still has lower priority than value specified by command line flag or in
the .angular-cli.json config.

Fixes #8148
2017-11-21 11:51:53 -08:00

1.4 KiB

ng xi18n

Overview

ng xi18n Extracts i18n messages from the templates.

Options

app

--app (aliases: -a) default value: 1st app

Specifies app name to use.

i18n-format

--i18n-format (aliases: -f)

Output format for the generated file: either `xmb` or `xlf`.

locale

--locale (aliases: -l)

Specifies the source language of the application.

out-file

--out-file (aliases: -of)

Name of the file to output.

output-path

--output-path (aliases: -op)

Path where output will be placed.

progress

--progress default value: true inside TTY, false otherwise

Log progress to the console while running.

verbose

--verbose

Adds more details to output logging.