mariohmol / ng-brazil

Commons and utils in angular for brazillian apps ( pipes / validators / directives / masks )
http://geradorbrasileiro.com
MIT License
118 stars 24 forks source link

More Brazilian States Inscrição Estadual Masks #17

Closed woj1965 closed 6 years ago

woj1965 commented 6 years ago

Consulting the site http://www.sintegra.gov.br/insc_est.html, I found some more masks for Inscrição Estadual. I not check if the validation calculation remains the same in your code, yet.

Masks:

mariohmol commented 6 years ago

Awesome!! I'm making this now.. can u help and check if the others that we have there is correct?

https://github.com/mariohmol/ng-brazil/blob/master/ng-brazil/src/core/inscricaoestadual.ts#L595

woj1965 commented 6 years ago

Awesome!! I'm making this now.. can u help and check if the others that we have there is correct?

https://github.com/mariohmol/ng-brazil/blob/master/ng-brazil/src/core/inscricaoestadual.ts#L595

I'll do this right now.

woj1965 commented 6 years ago

It is just a suggestion:

mariohmol commented 6 years ago

yes.. doing that now kkkk

woj1965 commented 6 years ago

There are 3 changes:

mariohmol commented 6 years ago

Thank you!

Just released version 0.6.3 with this and updated demo

https://stackblitz.com/edit/ng-brazil

woj1965 commented 6 years ago

Updated my project, thanks.