When testing a component that dynamically opened a dialog using Angular Material (2), I was getting an error I didn’t immediately expect. The MdDialogModule was added to the imports, so my TestBed knew what was going on but my dynamically loaded Component caused problems. Error: Error in ./AdminHomeComponent class AdminHomeComponent – inline template:21:24 caused by: No component factory found for OfferFormDialogComponent. Did you add it to @NgModule.entryComponents? Okay, researching the problem online gave me an…
TL;DR: A Service for hooking into the xhr events of all http calls. Use it to make spinners spin, turkeys…
Update: I improved this here. Read on for educational purposes, but make sure to read the article linked as well…
Picking up my colleagues series about the Oracle IoT Cloud, it’s now time to show the core of the product.…
In order to support a more agile project environment, OPITZ CONSULTING developed a Java/JUnit based SOA Unit Testing Framework. Among…
Last week I had to develop a quick prototype on a raspberry pi. A nodeJS app that counts pulses from…
Testing AngularJS applications using protractor is quiet cool. It automates the UI testing and ensures consistent quality throughout your project.…
Okay so controlling our lights now works automatically based on entering and leaving the building, thats great! But what did…
This prototype started off as a personal project. So it’s not a big surprise why the 433mhz plugs were chosen…