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

Angular 13 Support #71

Closed ariancruz closed 2 years ago

ariancruz commented 2 years ago

npm i ng-brazil npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: linkapital-web-backoffice@0.0.0 npm ERR! Found: @angular/common@13.2.6 npm ERR! node_modules/@angular/common npm ERR! @angular/common@"~13.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@">=8.0.0 <13.0.0" from ng-brazil@2.4.5 npm ERR! node_modules/ng-brazil npm ERR! ng-brazil@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR!

ronelio commented 2 years ago

I use angular 13 and I forked this repository and update the dependencies to use angular 13. My fork: https://github.com/ronelio/ng-brazil

You can use the npm lib https://www.npmjs.com/package/@ronelio/ng-brazil

I didn't finish all the tests. You can use at your own risk.

When I think that my fork is stable enough, I'll open a PR to the original repo.

mariohmol commented 2 years ago

Hi! could u please provide a PR for us?

ronelio commented 2 years ago

Sure!

mariohmol commented 2 years ago

Hi there

release v2.5.0 with ang13 support!

Thanks @ronelio