Angular Udemy Course
project1 | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md |
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