Posts by Rafael Baptista • 36 points
1 post
-
2
votes2
answers6143
viewsA: Display float field in currency format using Filters in Angularjs
More specifically: {{ Valor | currency:'BRL':2 }} To bring the comma, change your app.module as well.: import { NgModule, LOCALE_ID } from '@angular/core'; . . . @NgModule({ ... providers: [ ... {…