UNPKG

@jsverse/transloco

Version:

The internationalization (i18n) library for Angular

15 lines (14 loc) 283 B
export interface SchemaOptions { /** * The path to the source root directory. */ path: string; /** * The location of the translation files. */ translationFilesPath: string; /** * The languages of the project. */ langs: string; }