Learn Angular in 3 Hours

Learn Angular in 3 Hours

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 3h 34m | 758 MB

Learn the skills you need to build awesome apps using Angular’s new framework

Angular is one of the most popular frameworks for building client apps with HTML, CSS and Typescript. If you want to establish yourself as a front-end or a full-stack developer, you need to learn Angular.

Over the net there are many course teaching courses such as Angular, but learning how to troubleshoot common compile-time and run-time errors and how to write clean and maintainable code are rare to find, and this is the principle goal of this course.

In this course, you will learn the essential Angular 5 concepts, by the end of this course you’ll have a good understanding of Angular in general and Angular 5 in specific and you’ll be able to build an application with intermediate level of complexity.

You can take this course and start learning Angular right away As long as you have some basic with HTML, CSS and JavaScript, so you don’t need any prior knowledge of earlier versions of Angular.

This short and definitive guide is everything you’ll need to get started with Angular

What You Will Learn

  • Fundamentals of TypeScript and object-oriented programming
  • Displaying data and handling events
  • Using Angular built-in directives
  • Building reusable components and custom directives
  • Manipulating the DOM using directives
  • Formatting data using pipes
  • Building template-driven forms
Table of Contents

Introduction to Angular
1 The Course Overview
2 What is Angular
3 Architecture of Angular Apps
4 Setting Up the Development Environment
5 Your First Angular App
6 Structure of Angular Projects
7 Webpack

Introduction to TypeScript
8 What is TypeScript
9 Declaring Variables
10 Types
11 Type Assertions
12 Arrow Functions
13 Interfaces
14 Classes
15 Objects
16 Constructors
17 Access Modifiers
18 Properties
19 Modules

Angular Fundamentals
20 Building Blocks of Angular Apps
21 Components
22 Services

Displaying Data and Handling Events
23 Property and Attribute Binding
24 Class and Style Binding
25 Event Binding and Filtering
26 Two-Way Binding and Template Variables
27 Pipes
28 Custom Pipes

Building Re-usable Components
29 Component API and Input Properties
30 Output Properties and Passing Event Data
31 Templates, Styles, and View Encapsulation
32 ngContent and ngContainer

Directives
33 ngFor and Trackby
34 ngIf, Hidden Property and ngSwitchCase
35 Creating Custom Directives

Template-Driven Forms
36 Using ngModel to Apply Validation Errors
37 ngForm and ngModelGroup
38 Binding Data to Dropdown List