Angular Udemy Course
Go to file
2021-09-28 17:25:12 +02:00
project1 install bootstrap3 and imported css 2021-09-13 19:11:40 +02:00
.gitignore add .gitignore 2021-09-13 18:46:06 +02:00
package-lock.json install bootstrap3 and imported css 2021-09-13 19:11:40 +02:00
package.json install bootstrap3 and imported css 2021-09-13 19:11:40 +02:00
README.md add requirements 2021-09-28 17:25:12 +02:00

Angular - The Complete Guide (2021 Edition) (Udemy)

Course Structure

  • Getting Started
  • The Basic
  • Components & Databinding
  • Directives
  • Services & Dependency Injection
  • Routing
  • Observables
  • Forms
  • Pipes
  • Http
  • Authentication
  • Optimizations & NgModules
  • Deployment
  • Animations & Testing

requirements

Install nodejs, npm, angular-cli and @angular-devkit/build-angular

sudo apt install nodejs npm
sudo npm install -g @angular/cli
sudo npm install --save-dev @angular-devkit/build-angular