UNPKG

@jsverse/transloco

Version:

The internationalization (i18n) library for Angular

10 lines (9 loc) 296 B
import { Source, Tree } from '@angular-devkit/schematics'; export declare function createTranslocoModule({ isLib, ssr, langs, modulePath, sourceRoot, host, }: { isLib: boolean; ssr: boolean; langs: string[]; modulePath: string; sourceRoot: string; host: Tree; }): Source;