How to apply currency filter to input field?

Thanks for reply.

I noticed that importing the libs direct from node_modules doesnt work.
So I created a new folder called js in src.

<script src="js/angular/angular.js"></script>
<script src="js/angular-locale_pt-br.js"></script>

Ok. Its not giving the 404 error, but the currency format isnt in the right way. Actually, our money is formated with a comma IN cents and a period (".") for thousants.
I has open a new thread to search for a solution.

Thanks again.

New thread: Currency code with i18N - BRL