Author: Shawn Jackson
I’ve spent the last 18 years in the world of Information Technology on both the IT and Development sides of the aisle. I’m currently a Software Engineer for Paylocity. In addition to working at Paylocity, I’m also the Founder of Resgrid, a cloud services company dedicated to providing logistics and management solutions to first responder organizations, volunteer and career fire departments, EMS, ambulance services, search and rescue, public safety, HAZMAT and others.
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 »
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 »
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 »