Angular Fundamentals
Angular is the most broadly accepted framework for building front-end applications. This course will teach you the fundamentals of Angular needed to create professional Angular applications, including components, services, routing, APIs, and testing.
What you'll learn
Angular has become one of the most widely used web development frameworks. In this course, Angular Fundamentals, you'll learn all of the fundamentals of building applications with Angular. First, you will explore how to create an application and how to build pages and reusable elements using Angular components and the Angular template syntax. Then, you'll learn the fundamentals of routing and navigation, creating reusable services, building forms to handle user input, communicating with server APIs using HTTP, organizing your project with Angular modules, and testing Angular applications. When you finish this course, you will have the fundamental knowledge necessary to create professional and personal websites using Angular.
Table of contents
- Introduction 1m
- Understanding Angular Interpolation 2m
- Binding to Component Data with Interpolation 8m
- Using Attribute Bindings and Functions 4m
- Repeating Data with *ngFor 4m
- Handling Events with Event Bindings 4m
- Handling Null Values with the Safe Navigation Operator 3m
- Hiding and Showing Content with *ngIf 4m
- Formatting Data with Angular Pipes 3m
- Introduction 4m
- Adding Template-driven Forms to an Application 2m
- Binding to Form Controls with ngModel 5m
- Submitting a Template-driven Form 7m
- Providing Better User Feedback from Our Sign-in Events 8m
- Using Template Variables 2m
- Validating Template-driven Forms 8m
- Working with Multiple Validators 4m
- Exploring Form Controls and Data Types 7m