Course curriculum

  • 1

    Introduction

  • 2

    TypeScript

    • 8 - What is TypeScript

    • 9 - First Use of TypeScript

    • 10 - Variable Types

    • 11 - Variable Types-2

    • 12 - Functions

      ÜCRETSİZ ÖNİZLEME
    • 13 - Classes

    • 14 - Inheritance

    • 15 - Interfaces

    • 16 - Generics

    • 17 - Modules

  • 3

    Angular Basic Features

    • 18 - Angular apps Loadded and Started

    • 19 - Components

    • 20 - Creating New Component

    • 21 - Creating New Component With CLI

    • 22 - Working with Template in Components

    • 23 - Working with Styles in Component

    • 24 - Using Selector

    • 25 - Data Binding

    • 26 - String Interpolition

    • 27 - Property Binding

    • 28 - Event Binding

    • 29 - Two Way Binding

  • 4

    Angular Data Binding

    • 30 - Creating the New Project

    • 31 - Creating Class for Data Binding

    • 32 - Creating New Component

    • 33 - Property Binding

    • 34 - Class Binding

    • 35 - Style Binding

    • 36 - Event Binding

    • 37 - KeyUp Event

    • 38 - Two Way Binding

    • 39 - Pipes

    • 40 - Custom Pipes

  • 5

    Directives

    • 41 - What is Directive

    • 42 - Working With ngIf

    • 43 - Working With ngSwitch

    • 44 - Working With ngFor

    • 45 - Change Detection

    • 46 - ngTemplateOutlet

    • 47 - Custom Directive

  • 6

    Handling Template-driven Forms

    • 48 - Preparing the Form

    • 49 - Validation With NgModel

    • 50 - Validation Rule to Controls Adding

    • 51 - Validation Messages Demonstration

    • 52 - Customized Error Messages

    • 53 - Method of Validation Messages Demonstration with

    • 54 - Validation with NgForm

    • 55 - Adding Validation Rule to the Form

    • 56 - Showing Summary Messages

    • 57 - Disabling the Submit Button

  • 7

    Handling - Reactive Forms

    • 58 - Preparation of Reactive Form

    • 59 - FormControl

    • 60-FormGroup

    • 61 - Validation With Reactive Form

    • 62 - Specific Validation Errors

    • 63 - Customized Validation Rule Creating

  • 8

    HTTP Service

    • 64 - What is Service

    • 65 - Http Get Request

    • 66 - Http Post Request

    • 67 - Http Put and Post Request

    • 68 - Http Delete Request

    • 69 - Use of Methods with the Service

    • 70 - Error Checking

  • 9

    Routing

    • 71 - Introduction Module

    • 72 - Routing Schema

    • 73 - Router Links

    • 74 - Navigating Programmatically

    • 75 - Route Parameters

    • 76 - Observable Route Parameters

    • 77 - Query Parameters

    • 78 - Child (Nested) Routes

    • 79 - Different Of the Route Chart