Examples (6)
Extract i18n messages
Extract i18n messages in a specific format
ng extract-i18n --format arb|json|xlf|...Extract i18n messages to a specific output file
ng extract-i18n --out-file path/to/fileExtract i18n messages to a specific directory
ng extract-i18n --output-path path/to/directoryControl how duplicate translations are handled
ng extract-i18n --i18n-duplicate-translation error|ignore|warningLog progress to the console
ng extract-i18n --progressmade by @shridhargupta | data from tldr-pages