Categories
Android Ionic Framework iOS

Debugging Issues with Ionic Pro

I’ve recently been working with team members to build proof of concept mobile applications for various customers.  In doing so, I mentioned that we could build these proof of concepts pretty easily using the Ionic Framework and their Ionic Creator product.  We found this to be really useful from the get go and we were to able to create these proof of concepts extremely quickly but we ran into some hard to debug errors when trying to build them on Ionic Pro

Today, I’ll be running through some of these in an attempt to help others figure out their issues.

Categories
Android Angular Ionic Framework iOS Mobile Development

Implementing D3.JS in Ionic 3 / Angular

What did I learn today?

Today I found that implementing D3.js into an Ionic 3 application is much more difficult than I thought it would be originally.  I tried to use just the default D3 library as well as a D3 NPM package named d3-ng2-service.  In the end, it came down to needing to use both of them.