How can I install and use an angular repo found in GitHub with Ionic

I’m new with Ionic and I have always used the native plugins. This time I need to use “Angular Dynamic Locale” which is in this GitHub repo: https://github.com/lgalfaso/angular-dynamic-locale
The problem is that I have no clue on how to install and use it. I have tried “npm install angular-dynamic-locale” but that is the farest I go. Can you help me with this? I’m assuming this is possible, tell me if it is not. I think if I learn it once I could do it with other Angular plugins I may need in the future.

It’s not, unless your post is in the wrong category. That library is for AngularJS, aka Angular 1, and would only work with Ionic v1 apps, not modern ones.

No, I’m working with Ionic 2, thanks!