Completed
Course Structure
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Angular Tutorial for Beginners - Learn Angular & TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 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
- 8 Angular Version History
- 9 Course Structure
- 10 TypeScript Fundamentals
- 11 What is TypeScript?
- 12 Your First TypeScript Program
- 13 Declaring Variables
- 14 Types
- 15 Type Assertions
- 16 Arrow Functions
- 17 Interfaces
- 18 Classes
- 19 Objects
- 20 Constructors
- 21 Access Modifiers
- 22 Access Modifiers in Constructor Parameters
- 23 Properties
- 24 Modules
- 25 Angular Fundamentals
- 26 Building Blocks of Angular Apps
- 27 Creating Components
- 28 Generating Components Using Angular CLI
- 29 Templates
- 30 Directives
- 31 Services
- 32 Dependency Injection
- 33 Generating Services Using Angular CLI
- 34 Exercise