Learn Angular A-Z Complete Tutorial for Beginners part 1

1. Introduction 00:00:00 1.1 Introduction 2. Getting Started 00:01:52 2.1 Installing and Using the Angular CLI 00:15:22 2.2 Creating a Data Model 00:22:46 2.3 Iterating Arrays 00:30:13 2.4 Making Decisions 00:41:46 2.5 Binding Data to Properties and Attributes 00:47:54 2.6 Binding Events 00:54:58 2.7 Using ngModel to Bind Values to Form Controls 01:05:02 2.8 Listening for Changes to ngModel Values 01:12:43 2.9 Using Getters to Filter and Provide Data 3. Creating Custom Components 01:18:14 3.1 Creating a Component With Input 01:27:24 3.2 Outputing Information From a Component 01:33:17 3.3 Initializing Component Functionality 01:41:02 3.4 Setting Up Two-Way Binding 01:48:33 3.5 Practicing Two-Way Binding 01:55:30 3.6 Styling Components 4. Using Angular’s Services 02:01:29 4.1 Using Observables to Create an Event Bus 02:15:30 4.2 Refactoring the WishListItem Component 02:19:24 4.3 Injecting Dependencies 02:26:17 4.4 Issuing HTTP Requests 02:36:05 4.5 Providing Options for HTTP Requests 02:43:30 4.6 Handling Errors for HTTP Requests
Back to Top