Learn your way! Get started

Learning Angular, Part 1 of 7: Introduction

with expert Bharath Thipireddy


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 9/15/2019
Level Beginner
Runtime 1h 9m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

This course on Angular 6 will introduce why Angular is useful and also how to set it up. Then it will cover how to create a project, components and bootstrap and run a component. It also unlocks the power of Angular by discussing the ng modules of ngIF, ngSwitch as well as property binding

Prerequisites

Experience with JavaScript, TypeScript and also of Java Sprint Boot for work on the Java backend.

Meet the expert

Bharath Thippireddy is an entrepreneur, software architect, public speaker, and trainer. Bharath is a Sun Certified Developer, Web Component Developer, Business Component Developer, and a Web Services Developer. While working for companies like Oracle, HP, TCS, Siemens, and NCR; Bharath has architected applications using Java, JEE, JavaScript, and SOA technologies. He loves learning new things both in technology and personal development and shares them on YouTube and his web site - Sharing is learning!. He has mentored students in classroom trainings, as well as in the corporate world, both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

Course outline



Introduction

Introduction (13:06)
  • Introduction (00:08)
  • Course and Instructor Introduction (03:18)
  • How to make the best of this course (00:22)
  • What are single page applications (05:07)
  • What and why angular (04:02)
  • Summary (00:08)
Software Setup (10:24)
  • Introduction (00:08)
  • Install Angular (02:13)
  • Install Yarn (01:06)
  • Install Visual Studio Code (04:16)
  • Launch MySql Workbench (01:43)
  • Download the completed projects (00:49)
  • Summary (00:08)
Components (19:32)
  • Introduction (00:08)
  • Components (03:01)
  • Create the project (03:34)
  • Important Project Files and Folders (05:59)
  • Create the first component (06:41)
  • Summary (00:08)
Ng Modules (14:20)
  • Introduction (00:08)
  • NGModules (01:58)
  • Bootstrap and run the first component (05:02)
  • Using the new component as the root component (02:45)
  • Create a seller component (04:18)
  • Summary (00:08)
Arrays and Binding (12:09)
  • Introduction (00:08)
  • Using Arrays of data and ngFor directive (04:50)
  • Use the function (00:38)
  • Input property binding (03:02)
  • Output Event Binding (03:21)
  • Summary (00:08)