UNPKG

@jsverse/transloco

Version:

The internationalization (i18n) library for Angular

11 lines (10 loc) 205 B
export interface SchemaOptions { /** * The path to the source root directory. */ path: string; /** * Where is the migration from. */ from: 'Angular' | 'NgxTranslate'; }