r-number
Version:
Convert Number to Roman Number foramt in your angular app with this npm package
23 lines (20 loc) • 570 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { NgRomanNumberModule } from './modules/ng-roman-number/ng-roman-number.module';
export class AppModule { }