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…
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…
Wer versucht, die Gestaltung grafischer Oberflächen eins zu eins auf sog. Conversational UIs (Chatbots, Spracheingaben, usw.) zu bringen, merkt schnell,…