Angular Core

Angular Core

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4h 59m | 1.54 GB

Build powerful real-world applications from the ground up in Angular 7.x. We will start from ground up and use the Angular CLI to quickstart our app. We’ll build components, templates, routes, forms, and use ajax. As our application comes together, you’ll see proven techniques and patterns that you can use right away to start build robust web applications.

Table of Contents

Introduction
1 Hello Angular
2 Setup

Angular CLI
3 Angular CLI
4 Adding the Application Shell
5 Creating the Nx Workspace
6 Nx Workspace
7 Angular Material
8 Generate UI Components
9 Generate a Page with Routing
10 Generate Modules
11 Application Review
12 Narwal Rationale

Components
13 Binding Component Data to Templates
14 Event Handling
15 Inspect Raw DOM Event
16 Unselecting an Element
17 ng-if & else
18 Sidebar Toggle
19 Review & Binding Styles
20 Q&A

Routing
21 Creating App Routing Module
22 Login Component Routing
23 Lazy Loading Modules
24 Adding Navigation

Services
25 Creating a Service
26 HttpClient
27 Handling Observable with async Filter
28 Create, Update & Delete

Forms
29 Wiring Up the Form
30 Creating Form Fields
31 Saving Form Data
32 Shared Mutable State Problem
33 ngModel Name Property

Component Architecture
34 Refactor App Into Components
35 List Components
36 Sending Events to a Container Component
37 Details Component
38 Fix Shared Mutable State
39 Component Architecture Review
40 Final Q&A

Testing
41 Testing Overview
42 Creating a Component Test
43 Unit Testing a Component Method
44 Debug Element
45 Services
46 Testing Wrap-Up