Completed
Angular Type Definitions With Typescript Interfaces
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Angular Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 What Is Angular? (Explanation for Beginners)
- 2 Angular Installation Guide - 3 Steps (Mac, Windows, Linux)
- 3 Angular Project Folder Structure Explained
- 4 Creating Modules and Components in Angular
- 5 Rendering Data in Angular Templates With String Interpolation and ngFor
- 6 Custom Property Binding and Event Binding in Angular (with Example)
- 7 Styling Angular 2 Components and CSS Host Binding
- 8 Angular Parent Child Component Communication With Input and Output Decorator
- 9 Angular Type Definitions With Typescript Interfaces
- 10 Fetch Data Using HTTP Client From Json-Server API in Angular
- 11 Sharing Data Between Components Using Service in Angular
- 12 Rxjs Streams in Angular - Normalizing Data (Map and Pipe Operator)
- 13 Angular 2 Routing and Navigation - Tutorial and Example