Angular Training Web Development - eLearning

Product type

Angular Training Web Development - eLearning

Adding Value Consulting EN
Logo Adding Value Consulting EN
Provider rating: starstarstarstarstar 9.9 Adding Value Consulting EN has an average rating of 9.9 (out of 24 reviews)

Ready to work on your personal development? Book now!

Description

Angular - Web Development - eLearning

This Angular Certification Training Course will help you master front-end web development with Angular. Gain in-depth knowledge of Angular concepts, such as facilitating the development of single-page web applications, dependency injection, typescript, components, directives, pipes, forms, routing, and testing.

Program Features:

  • Course and material are in English
  • 1 year access to the self-paced study eLearning platform 24/7
  • Beginner - intermediate for aspiring web developer
  • 20 hours of online self-paced learning
  • 50 hours study time recommended
  • 2 Course-end project
  • No exam for the course but student will get certification of training completion

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: Web Accessibility, JavaScript & AJAX, Web Analytics, M&A (Mergers & Acquisitions), and IT Security.

Angular - Web Development - eLearning

This Angular Certification Training Course will help you master front-end web development with Angular. Gain in-depth knowledge of Angular concepts, such as facilitating the development of single-page web applications, dependency injection, typescript, components, directives, pipes, forms, routing, and testing.

Program Features:

  • Course and material are in English
  • 1 year access to the self-paced study eLearning platform 24/7
  • Beginner - intermediate for aspiring web developer
  • 20 hours of online self-paced learning
  • 50 hours study time recommended
  • 2 Course-end project
  • No exam for the course but student will get certification of training completion

Prerequisites:

There are no prerequisites for taking this Angular certification training course.

Target Audience:

An Angular certification course is ideal for individuals looking to build or enhance their skills in Angular, a popular JavaScript framework for building dynamic web applications. Here’s who might benefit most:

  • UI developers
  • Technical project managers
  • Full-stack web developers
  • Quality assurance specialists
  • Students who wish to learn front-end UI development

Key Learning Outcomes:

By the end of this online Angular training course, you will be able to:

  • Understand the design of single-page applications and how Angular facilitates their development
  • Separate the model, view, and controller layers of your application and implement them using Angular
  • Master Angular expressions, filters, and scopes
  • Build Angular forms
  • Write Angular directives
  • Unit test and end-to-end test your Angular applications
  • Developing interactive and dynamic UI using Bootstrap

Course Curriculum:

Self-paced Curriculum:

Lesson 01 - Single Page Applications

  • Course Overview
  • Introduction to Single Page Applications (SPA)
  • What do we need Angular for
  • Setting up the Development Environment
  • Angular Application Architecture
  • First Angular App

Lesson 02 - TypeScript and ESNext

  • Module Introduction and Introduction to TypeScript
  • Setting up the environment to write TypeScript
  • Variable declarations (var, let, and const)
  • Types - Primitives
  • Types - Reference and Special Types
  • Operators - Spread and Backticks
  • Operators - Destructure and Rest
  • Classes
  • Interface
  • Arrow Functions
  • Modules
  • Fetch
  • Async or await

Lesson 03 - Decorators

  • Module Introduction and an overview of Angular Modules
  • What are decorators
  • Angular Modules and the @NgModule Decorator
  • Declarations
  • Imports and Exportsproviders, bootstrap, and entry components
  • Angular Application Bootstrap Mechanism

Lesson 04 - Component Decorator

  • Module Introduction
  • Angular Components and the @Component Decorator
  • Creating an Angular Component using the Angular CLI and on StackBlitz
  • Component Decorator Metadata
  • View Encapsulation - Emulated, ShadowDom, None
  • Data Binding - String Interpolation
  • Property Binding
  • Event Binding
  • @Input and @Output Property Decorators
  • Two-way Data Binding
  • Attribute Binding
  • Class Binding
  • Class Binding
  • Introduction to Lifecycle Hooks in Angular
  • Using Lifecycle Hooks in Angular
  • View Queries - View Child, View Children, Content Child, Content Children
  • Change the Detection Mechanism in Angular. ZoneJS, NgZones

Lesson 05 - Angular Routing

  • Introduction to Routing
  • Implementing Routing in an Angular App
  • Creating a User List. Setting the stage for Child Routing
  • Abstracting the user link to a separate component
  • Implementing Child Routes
  • Path Match and Route Types
  • Introduction to Route Guards in Angular
  • CanActivate and CanActivateChild Guards in Angular
  • CanDeactivate Guard in Angular
  • Prefetching Data for a Component using Resolve

Lesson 06 - Dependency Injection

  • Introduction to Section
  • DI as a Pattern, DI as a Framework, and Types of Providers
  • Hierarchical Dependency Injection
  • Introduction to Services in Angular
  • GET data from a Rest API using HttpClient
  • CRUD Operations using HttpClient, HttpParams, and HttpHeaders
  • Observables and Operators in Observables - Map, Retry, Catch
  • Behavior Subject and Sharing Data using Behavior Subjects

Lesson 07 - Directives Deep Dive

  • Introduction to Section
  • Introduction to Directives
  • Built-in Structural Directives
  • Built-in Attribute Directives
  • Building custom Attribute Directives
  • Building Custom Structural Directives
  • Introduction to Pipes in Angular
  • Using Built In Pipes
  • Creating Custom Pipes in Angular
  • Pure and Impure Pipes in Angular
  • Decorators Revisited
  • Building Custom Decorators in Angular
  • Building a Custom Lifecycle Hook Class Logger Decorator
  • Building Custom Property Decorator in Angular

Lesson 08 - Forms in Angular

  • Introduction to Section
  • Types of Form Building Strategies in Angular
  • Creating Long Bootstrap forms quickly using VS Code using Emmet
  • Adding FormControl(s) to a Template Driven form using the ngModel directive
  • Getting the JavaScript Object Representation of a form using the ngForm directive
  • Disabling the Submit Button on a Form using the form's $invalid flag
  • Getting the JavaScript Object Representation of a form in the TypeScript Class
  • Adding Checkbox, Radio Buttons, and Select List to your Template Driven Form
  • Creating Subsections in the form using the NgModelGroup directive
  • Steps to implement a Reactive form in Angular
  • Quickly creating a Bootstrap form for our Reactive form using Emmet
  • Creating a Reactive form in the TypeScript class & connecting it to the template
  • Adding form Validations to a Reactive Form
  • Dynamically Adding or Removing FormControl(s) or FormGroup(s) using FormArray(s)
  • Adding Synchronous Custom Validations to your Reactive Form
  • Adding Async Custom Validations to your Reactive Form
  • Resetting the value of a form

Lesson 09 - Using Third-Party Libraries

  • Introduction to Section
  • Creating an Angular CLI Project with SCSS as a base style
  • Introducing Material Design Bootstrap into your Angular CLI Project
  • Adding a Navbar in your header
  • Adding Material Design Buttons
  • Adding Cards
  • Using Material Design Dropdowns and Form Inputs
  • Introducing Angular Material into your Angular CLI Project on the top of MDB
  • Adding Radio Buttons, Slide Toggle, Slider, Progress Bar, and Spinner Introduction to Firebase
  • Creating an App using the Firebase Console
  • Setting up your Angular CLI Project to support Firebase
  • Interacting with Firebase Realtime Database using methods on AngularFireList
  • Adding and Reading Data from Realtime Database in Firebase
  • Updating and Deleting Data from Realtime Database in Firebase

Course End Project:

  • Build a Product List Web App in Angular
  • Implement CRUD functionality in Angular and build an Angular app with the following features:
  • Product form, product list, view, delete, and update products from the list.
There are no reviews yet.
Share your review
Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.