Two and a half years ago, we have shown in this blog post how JHipster a.k.a. Java Hipster can be used to auto-generate Angular 4 and Spring Boot code. Now, we will revisit the Hello World with newer versions Angular…
Install NPM using Chocolatey on Windows
In this little article, we show how to install NPM on Windows using Chocolatey, which is a Linux-like packet manager like apt-get, yum & Co. Step 1: Install Chocolatey on Windows We are following the installation instructions on https://chocolatey.org/install: Step…
Jest@Angular – Replacing Karma by Jest
Improve Angular unit test performance and learn how to replace Karma by Jest right after creating a new project with Angular CLI.