I’ve looked through many articles about utilizing 3rd party JS libraries (like underscore, lodash, moment, etc) but none really address trying to use 3rd party angular 1 libraries. I looked into using ngUpgrade, but as I keep going down this path, it seems like a bad one. How should I go about using these libraries in Ionic 2 and 3rd party angular libraries in general?
Yeah, to build off of @rapropos post, it’s not possible to us a ng1 library with ng2/ionic 2. They’re 2 completely different frameworks and have no compatibility.
If you are up to the challenge though, you can always try to rebuild those libs into ng2 components that people can use.