Launch From Terminal:
- Install NodeJs. -> To check version type: "node -v".
- Install Angular. -> To check version type: "ng version". Install globall vesrion: "npm install -g @angular/cli". Install local specific version: " npm install -g @angular/cli@11.0.4".
- Install NPM -> To check version type: "npm -v".
- Launch APP type: "ng serve"
- Open link "http://localhost:4200/" in the browser.
Node v14.20.0 @angular/cli@10.0.1 npm@6.14.17 typescript@3.9.6