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…
Bugs: VT-x is not available, but is enabled in BIOS
Recently I started having an issue with VT-x on my Windows 10 running on HP ThinkPad. I was using Oracle…
create a remote Git branch?
First, you create your branch locally: git checkout -b <branch-name# Create a new branch and check it out The remote…
How to combine advantages of localStorage and sessionStorage
Use-case: let´s say , we want to share some informations (for example, an authentication token) between browser tabs which would…
Angular app with PHP backend
Learn to code Angular app with PHP backend In the following tutorials, you’ll learn how build a whole application ,…
Internationalization ( variante with ngx-i18nsupport)
Angular has a specific way of dealing with internationalization (i18n). It is described in the official documentation Angular Cookbook Internationalization (i18n).…
Internationalization ( i18n ) With Angular
Internationalization, often written as i18n, is the process through which products can be prepared to be taken to other countries.…





