Category: How To
-
Risk Management Basics | Google Project Management Certificate
Navigating on the internet we found this video, which was shared on the social network from one of our colleagues. After watching the video we really have found a lot of accuracy in all the advances and techniques about how to manage risk in our projects. Hope you enjoy this video as much as we…
-
(Part 2) How to create an Angular 17 Magazine using headless WordPress APIs (Standardize CSS and Install Angular Materials)
In this chapter, we will standardize the CSS that we will be using in our Angular application to be able to stabilize cross-browsing compatibility and after that we will install Angular Materials components and its CSS styles to homogenized the global look and feel of our web application To standardize our CSS styles, we need…
-
(Part 3) How to create an Angular 17 Magazine using headless WordPress APIs (Authentication)
Comming from: http://informaticaproeu.org/uncategorized/how-to-create-an-angular-17-magazine-using-headless-wordpress-apis/
-
How to install Angular CLI 17 on Windows 11
Before installing Angular 17, lest check our Node.js and npm version to be sure that they are compatible with Angular 17 We can confirm that versions are compatible in this example. Reference link: http://informaticaproeu.org/how-to/how-to-install-node-js-and-npm-for-windows-11/ Install Angular CLI 17 on Windows 11 At the moment the latest version of Angular is version 17, which has mayor…
-
How to Install Node.js and npm for Windows 11
Install the latest version of Node.js Go to https://nodejs.org/ Download the Long-Term Support Version (LTS) After downloading, install node in windows 11 using the wizard Now let’s check node and npm versions Install Angular CLI for Windows 11 At the moment the latest version of Angular is version 17, which has mayor changes in the…
-
How to uninstall Angular, Node and NPM from Windows 11
How to remove Angular CLI from Windows 11: Currently we have installed and old version of Angular and I would like to delete completely that version from my Windows 11 The first thing that we will do is to open a Windows Power Shell console to check which old version of Angular CLI I’m using,…