@localive/adapter-transloco
v0.1.4
Published
Use Localive with Transloco for in-app translation editing in Angular.
Downloads
851
Maintainers
Readme
@localive/adapter-transloco
Use Localive with Transloco for in-app translation editing in Angular.
Part of Localive, live in-context i18n editing for React, Vue, Angular, and Svelte.
Install
npm install @localive/adapter-transloco @jsverse/translocoRequires the peer dependencies @jsverse/transloco (>=7) and @localive/core.
Usage
import { withTransloco } from '@localive/adapter-transloco';
import { TranslocoService, TranslocoPipe } from '@jsverse/transloco';
const adapter = withTransloco(inject(TranslocoService), TranslocoPipe);See the full documentation at https://localive.vercel.app/concepts/adapters/.
License
MIT © Localive, see LICENSE.
