Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Mastering Angular Developer Boot Camp | Essentials, Best Practices, Testing, Forms, RxJS & More

Price
3,500 USD
5
TT4168
Classroom Training, Online Training
Open Source

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 3-Jun-2024 to 7-Jun-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 15-Jul-2024 to 19-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 26-Aug-2024 to 30-Aug-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 7-Oct-2024 to 11-Oct-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
  • Date: 18-Nov-2024 to 22-Nov-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 3,500 USD
View Global Schedule

Course Description

Overview

Updated for Angular 11 and beyond, and geared for experienced web developers, Mastering Angular provides you with hands-on experience working with the latest features and benefits Angular has to offer. It provides you with the practical “real-world” foundational and advanced Angular skills required to solve the usual challenges you might face when developing modern web applications with JavaScript.

The course begins with a solid introduction to the core features of the Angular CLI and TypeScript. You’ll then jump right into a hands-on exploration of component-driven development with Angular components, covering data-binding, directives, services, SPA routing, the RxJS library, forms, unit testing, and HTTP/REST. You’ll also learn how to add authentication, use the Material library, make custom directives, write an E2E/Protractor test, and increase their application's efficiency by lazy loading modules.

By the end of this course, you’ll have a well-built but simple application up and running that incorporates components (to show sections of the website), directives (to dynamically display the interactive components), custom pipes(to format and filter the content), reactive forms (to creatively display interactive forms), routes (SPA- to allow the almost instantaneous navigation to different pages/sections of the application), services(to allow mocking and the abstraction of the data model for speed and maintenance), unit testing (to allow for the constant testing, and regression testing needed in today’s TDD world), and the REST API (to interact with the web server for data in a modern and efficient manner through JSON/XML). You’ll have also learned how to implement the Material library (for more professional/modern looking web pages), as well as explored including lazy loading modules (for better performance and best practices) and E2E testing (using Protractor to simulate user testing for a more complete testing solution).

The lab intensive course includes plenty of hands-on lab work designed to immerse you in the skills required to get you up and running with Angular right away. By the end of this course, you’ll have a well-built application up and running that incorporates components, directives, custom pipes, reactive forms, routes, services, unit testing, and the REST API. You’ll have also learned how to implement the Material library, as well as explored including lazy loading modules and E2E testing.
 

Objectives

During this course, students will learn:
  • What Angular is and why should you use it
  • How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages
  • What TypeScript is, why it is useful, and how to use it with Angular
  • How to facilitate development and deployment using Angular CLI
  • How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces
  • How Routers can support navigation within a Single Page Application
  • What the best practices are for using Angular so that it works unobtrusively and performs well
  • How to use Angular with HTTP to support JSON, REST, and other services
  • Working with Angular Ivy and the Ahead of Time (AOT) compiler including its impact of developers and the development process
  • How to manage routing decisions based on pre-defined criteria such as a successful authentication
  • How to meet huge data requirements by processing asynchronous data streams with RxJS
  • Simplify server-side rendering with Angular Universal
  • How to facilitate unit testing and perform enterprise testing with E2E/Protractor testing
  • Optimize Angular applications with various tools and techniques

Audience

This is a fast paced introduction to Angular for Intermediate-Skilled web developers. who wish to further extend their skills in modern web development.
 

Prerequisites

    In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript.
     

Topics

  • Overview of Angular Architecture
    • Angular Versioning
    • Model-View-*
    • Data Binding
    • Components and Dependency Injection
    • Services and Events
    • Common Component Lifecycles and Hooks
  • TypeScript Quick Intro or Refresh
    • Angular, ES6 and TypeScript
    • Transpilers
    • Typing and Classes
    • Abstract Classes and Interfaces
    • Annotations
    • Angular and TypeScript
  • Bootstrapping with Angular CLI
    • Angular CLI Overview
    • New Projects with CLI
    • Testing and Generating with CLI
    • Angular Console
  • Angular Project Structure
    • Configuration Files
    • Top-Level Directories
    • Contents of app folder
    • Creating Projects with Angular CLI
Working with Angular
  • Components and Events
    • Data Binding and Components
    • Event Binding
    • Custom Events
    • Parent/Child Events
    • EventEmitter/emit()
    • Nested Components
  • Third Party Libraries
    • Angular and the Need for Libraries
    • Options for adding Libraries
    • Working with npm install
    • Working with angular.json
    • Third-Party Libraries
  • Dynamic Views
    • View Encapsulation
    • Structural/Attribute Directives
    • Conditional Styling
    • Working with Directives
  • Pipes
    • Overview of Pipes
    • Built-in Pipes
    • Formatting and Conversions
    • Parameterizing Pipes
    • Pure vs. Impure Pipes
    • Customizing Pipes
Angular Forms
  • Forms and the Forms API
    • Forms and NgModel
    • NG Form Groups
    • NG Form Validation
    • Model-Driven Reactive Forms
    • FormBuilder API
    • Reactive Form Validation
    • Template-Driven Forms & Reactive Forms
Single Page Applications and Routes
  • Single Page Applications
    • Overview of the SPA Concept
    • Routing for Page Display
    • Working with ActivatedRouter
    • Location Strategies
    • Nested Routes
    • Exercise 8: Routing
  • Services and Dependency Injection
    • Angular’s DI Framework
    • Components and Injectables
    • Tree-shakeable providers
    • Service Interfaces and DI
    • Constructor Injection
    • Services
  • Modules
    • Overview of Modules
    • Feature Modules
    • Feature Module Routing
    • Shared Modules
Using RESTful Services
  • Overview of REST
    • REpresentational State Transfer
    • REST and HTTP
    • REST/HTTP: Representation-Oriented
    • REST Design Principles
  • Angular and REST
    • REST in Angular
    • Promises, Observables, Subject
    • HttpClient and Observables
    • async Pipes and HttpClient Interceptors
Reactive Programming in Angular
  • In depth - Working with RxJS
    • Working with RxJS in Angular
    • RxJS Operators
    • Filtering, Combining, and Mathematical Operators
    • Callback Operators
    • Working with a REST API and RxJS
  • Testing and Angular
    • Testing Dependencies
    • Options for Testing in Angular
    • Karma
    • Jasmine
    • ng E2E
    • Protractor
    • Unit Testing and E2E
Enhancing the Angular App
  • Advanced Routing - Route Guards –Overview of Route Guards
    • Route Guard CanActivate
    • Using in a Service
  • Angular Material (Design)
    • Gesture Support
    • Material Icons and Components
    • Materials Themes
    • Custom Themes
Optimizing for the Enterprise
  • Improving Performance with Ivy
    • Overview of Ivy
    • Incremental DOM and Ivy Pipes
    • Pre-compiling code with Ivy
    • Overview of Angular Universal
    • Improving User Experience with Universal
    • Pre-rendering the App on the Server
  • Lazy Loading
    • Module Lazy Loading
    • Route Configuration for Lazy Loading
    • When to Preload
  • Optimizing with Universal
    • Overview of Angular Universal
    • Improving the User Experience
    • Pre-rendering on the Server
  • Angular Deployment
    • Deployment options
    • Server Configurations
    • Production Optimizations
  • Angular Debugging
    • With Chrome DevTools
    • With VS Code
    • Lab: Debugging Angular
Bonus Topics / Time Permitting
  • Angular Style Guide
    • Recent Angular Improvements
    • Upgrading Angular
    • Single Responsibility Principle
    • Naming Conventions
    • Coding Conventions
    • Application Structure
    • Routing
  • ES6+
    • ES6 Classes and Modules
    • ES6 Arrow Functions and Array Methods
    • ES6 Template Literals
    • ES6 Spread Operator, Rest Parameter and Destructuring
    • Deep Dive into Object-Oriented ES6+
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.