1. install nodeJS
dnf install nodejs
2. install Angular
npm install -g @angular/cli
3. start the new project
ng new projectname
1. install nodeJS
dnf install nodejs
2. install Angular
npm install -g @angular/cli
3. start the new project
ng new projectname