Felipe Gonçalves dos Reis
Felipe Gonçalves dos Reis
For example: ` 'columns' => [ 'cities.name' => 10, ], 'joins' => [ 'cities' => ['patients.city_id', 'cities.id'], ], ` In my app, a Patient has the city(city_id) where it is...
Example: ``` this.form = this.formBuilder.group({ value: [4500, [Validators.required]], }); ``` Should return: R$ 45,00 It's returning: R$ 4.500,00 My configs: ``` export const customCurrencyMaskConfig = { align: "left", allowNegative: true,...
Hello! Thanks for this great project. I need to use characters like "ç", "é", etc... When I print with that, I get something like "chinese" characters. Is it possible with...