UNPKG

r-number

Version:

Convert Number to Roman Number foramt in your angular app with this npm package

11 lines (9 loc) 211 B
import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { title = 'rNumber'; }