Author: admin
-
(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/
-
(Part 1) How to create an Angular 17 Magazine using headless WordPress APIs (Folders Structure)
Part 1: in this part we will understand the basics of our project folder structure. After investigating a bit on internet, I have found this page about how to structure an Angular 17 project, and I think is very accurate and interesting: Folder Structure | Velzon – Angular 17 Admin & Dashboard Template Documentation (themesbrand.com)…
-
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,…