Back to Integrations

Angular

ANGULAR APPLICATION INTEGRATION

Official Plugin
Overview

Angular application integration with built-in i18n support. Seamlessly integrate with Angular's localization system for all Angular versions.

Features
  • Angular i18n integration
  • AOT compilation support
  • Lazy loading modules
  • TypeScript support
  • CLI integration
  • RxJS compatible
Example
import { Component } from '@angular/core';
import { TranslateService } from '@ngx-translate/core';

@Component({
  selector: 'app-root',
  template: '<h1>{{ "welcome" | translate }}</h1>'
})
export class AppComponent {}
Details

Category

frameworks

Tags

CLI
File upload
API

Status

Available

Ready to Get Started?

Start using Angular integration today

Angular Integration | Localjsons