UNPKG

@ngx-i18nsupport/tooling

Version:

Schematics to add the tooling to be used with the Angular 2 i18n workflow

7 lines (5 loc) 187 B
import {IXliffMergeOptions} from '@ngx-i18nsupport/ngx-i18nsupport'; export interface XliffmergeBuilderSchema { xliffmergeOptions?: IXliffMergeOptions; profile?: string; }