Angular Fundamentals from Scratch & Unit/Integration Testing
Get into Web Development with solid understanding of Angular Basics and write Tests for your code to be White Box tester
Enroll in Course
This course is exclusively designed for beginners to understand ANGULAR fundamentals for Front end Web Development and ability to perform white Box TESTING such as Unit Testing , Integration testing for the code using various Testing Frameworks like Karma, Jest, AngularBed, Jasmine etc
This course is divided into 2 Phases
Phase 1:
Introduction to Front end Development - Phase 1 explains the fundamentals of Angular including TypeScript Fundamentals to develop Front end Real time Apps from Scratch.
No programming Experience needed to start with this course. I have covered everything needed to make you familiar with every concept taught in the course
Phase 2:
Unit/Integration Testing - After Solid Understanding of Front end development using Angular in Phase 1, Phase 2 explains how to write Unit Tests and Integration Tests for the developed Phase 1 Code using Testing Frameworks like like Karma, Jest, AngularBed, Jasmine, Mock Services, classes etc
All Testing (White Box Testing) Frameworks concepts are also given with Scratch level explanation.
*******************************************************************
please note that This course will not deep dive into HTML learning but that will not affect you to learn ANGULAR.
By end of this course, one can start building Web Apps with Angular and write Solid Unit Tests and Integration tests to test their code as per Industry Standards
This course can be a great resource to Junior Developers and especially to SDET's to get involved into White Box testing Strategies to better understand code and write solid Unit/Integration Tests.
Course Curriculum
-
StartWhat is Typescript? How different it is from JS? (5:38)
-
StartImportance of Let and Const keywords in Typescript (17:06)
-
StartTypes Usage in Typescript (12:34)
-
StartUnderstanding Classes,Methods and objects in Typescript (14:23)
-
StartImportance of Constructor in Typescript (10:22)
-
StartExports,Imports and Functions usage in Typescript (11:47)
-
StartInterfaces and objects Importance in defining contracts (17:04)
-
StartUsage of Pipes for Anonymous Functions (10:43)
-
StartCode Download
-
StartDemo of the App which we will develop in this course (7:00)
-
StartWhere to download code files
-
StartInstall Angular CLI dependencies and create the Project (7:50)
-
StartWhat are Angular Components? Understand how to create one (14:40)
-
StartWhat is Interpolation in Angular and how this can be used (8:24)
-
StartHow to display Array of items into HTML with Angular Interpolation (6:40)