Working with Angular Template Reference Variables
A template reference variable is often a reference to a DOM element within a template. It can also refer to a directive…
How to add Bootstrap to an Angular CLI project
I used to struggle with this case, long time ago, how to setup an Angular project generated with Angular CLI…
How to Customize Your Angular Build With Webpack
If you’re a frontend dev in the world today you’ve probably heard of (and possibly even used) webpack. The Angular build…
Software versioning
Jedes Release eines Softwareprogramms bekommt eine Versionsnummer, die auf den ersten Blick darüber Auskunft gibt, ob ein Hersteller regelmäßig Updates zur…
CMD Commands you should know
The Windows command prompt is a feature that’s been a core part of the Windows operating system for a long…
Download data as files on the client side with javaScript
When building websites or web apps, creating a “Download as file” link is quite useful. For example if you want…
Importing JSON Modules /Files in TypeScript
TypeScript 2.9 introduced a new --resolveJsonModule compiler option that lets us import JSON modules from within TypeScript modules. #Importing JSON Modules via require Calls…
How to resolve a value from a promise
The Promise is an object that represents either completion or failure of a user task. A promise in JavaScript can be in…
Installing the VirtualBox Guest Additions
The VirtualBox Guest Additions consist of device drivers and system applications that optimize the operating system for better performance and…
Importing an Existing Virtual Machine into VirtualBox
If you use another virtualization platform and have an export of an existing virtual machine in Open Virtualization Format (OVF…





