Overview

Welcome to ngx-atomic-i18n. This page is the quick start and overview.

Installation

Use your preferred package manager.

npm

npm install ngx-atomic-i18n

pnpm

pnpm add ngx-atomic-i18n

First Steps

Create your first translation bundle and wire it into the app.

Example

import { provideTranslation } from 'ngx-atomic-i18n';