UNPKG

ng-extract-i18n-merge

Version:

Extract and merge i18n xliff translation files for angular projects.

4 lines (3 loc) 141 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare function ngAdd(_options: Schema): Rule;