Angular2/Ionic2: No provider for ….

When your developing an angular 2/ionic 2 application and you get the the following error: EXCEPTION: Error: Uncaught (in promise): EXCEPTION: Error in :0:0ORIGINAL EXCEPTION: No provider for UserService!ORIGINAL STACKTRACE:Error: DI Exception    at NoProviderError.BaseException [as constructor] (http://localhost:8100/build/js/app.bundle.js:2300:23)    at NoProviderError.AbstractProviderError [as constructor] (http://localhost:8100/build/js/app.bundle.js:27491:16)    at new NoProviderError (http://localhost:8100/build/js/app.bundle.js:27528:16)    at ReflectiveInjector_._throwOrNull (http://localhost:8100/build/js/app.bundle.js:28516:19)    at ReflectiveInjector_._getByKeyDefault (http://localhost:8100/build/js/app.bundle.js:28544:25)    at ReflectiveInjector_._getByKey (http://localhost:8100/build/js/app.bundle.js:28507:25)   
Read More »

Bad User Experiences and the Listerine Cap

Over the years I’ve gained more and more respect to the men and women who design our User Experiences. UX isn’t just for software, but everything you interact with, your keyboard, TV, fridge, the gear selection on your vehicle, all of those are UX interactions. These interactions are vital to our use of a product,
Read More »

Ionic\Cordova EACCESS Error

When your running the command “ionic run ios or ionic emulate ios” on a Mac you may be presented with the following error: Error: spawn EACCES The most common cause of this error is that the scripts in your hooks directory don’t have execute permission. You may also try removing and adding your ios provider.
Read More »