filmov
tv
Mastering AJAX: A Quick Guide for Web Developers #Angular#Frontend #JScript #WebApps #CodeTutorial

Показать описание
👍 If you find this video helpful, be sure to like and share it with your peers!
#Angular #WebDevelopment #Google #Frontend #Programming #JavaScript #WebApps #CodeTutorial #SoftwareEngineering
OUTLINE:
00:00:00 Introduction to Angular
00:00:21 Goal of This Guide
00:00:45 Angular CLI Setup and Project Creation
00:01:01 Understanding the Folder Structure
00:01:27 The Building Blocks
00:01:58 Creating a Component with Angular CLI
00:02:17 Template, Class, and Styles
00:02:44 Understanding Data Binding
00:03:11 Property Binding, Event Binding, and Two-Way Binding
00:03:41 *ngIf and *ngFor
00:04:02 Introduction to Services
00:04:27 Dependency Injection with a Service Example
00:05:11 Angular’s Routing Module and Adding Routes
00:05:55 Using HttpClient to Fetch Data
00:07:02 Making a GET Request and Displaying Data
00:08:49 Template-Driven and Reactive Forms
00:10:02 Recap of Key Topics