Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ngx-digits-to-persian-letters

babakbhd272.0.3TypeScript support: included

An input with comma separator and converted digits to persian letters.

angular, typescript, digits to persian, javascript, comma separator

readme

ngx-digits-to-persian-letters

How to Use it:

import { NgxDigitsToPersianLettersModule } from 'ngx-digits-to-persian-letters'; import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; import { CommonModule } from '@angular/common';

@NgModule({ declarations: [AppComponent], imports: [ BrowserModule, NgxDigitsToPersianLettersModule, CommonModule, ], providers: [], bootstrap: [AppComponent], }) export class AppModule {}

and inside the template file:

<ngx-digits-to-persian-letters
  [showConverted]="true"
  [letterFontSize]="12"
></ngx-digits-to-persian-letters>