Mastering Angular 20 Boot Camp
Retail Price: $2,495.00
Next Date: 02/09/2026
Course Days: 5
Enroll in Next Date
Request Custom Course
At Course Completion
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. The course is rich with hands-on activities, challenge labs, knowledge checks, valuable discussions and focused projects.
Guided by our engaging, highly-experienced instructor, you’ll explore:
· 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
· 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
· How to facilitate unit testing
· Optimize Angular applications with various tools and techniques
If your team requires different topics, additional skills or a custom approach, our team will collaborate with you to adjust the course to focus on your specific learning objectives and goals.
Audience Profile
The content is appropriate for experienced web developers new to Angular. In order to be successful in the course, you should have solid, current hands-on experience developing basic web applications, and be well versed in HTML5, CSS3 and JavaScript.
Prerequisites
Attendees should have experience with the topics in the following courses, or should have recently attended these as a pre-requisite:
· TT4003 Introduction to HTML5, CSS3 & JavaScript (3 days)
Outline
Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We’ll work with you to tune this course and level of coverage to target the skills you need most. Topics, agenda and labs are subject to change, and may adjust during live delivery based on audience skill level, interests and participation.
Getting Started with Angular
1. Overview of Angular Architecture
· Angular Versioning
· Data Binding
· Components and Dependency Injection
· Services and Events
· Common Component Lifecycles and Hooks
2. TypeScript
· Angular, ES6 and TypeScript
· Typing and Classes
· Abstract Classes and Interfaces
· Annotations
· Generics
· Optional Chaining
· Nullish coalescing
· Decorators
· Partial, Record, Union types
3. Bootstrapping with Angular CLI
· Angular CLI Overview
· New Projects with CLI
· Testing and Generating with CLI
· Angular Console – NX Console
4. Angular Basics
· Configuration Files
· Working with angular.json
· Top-Level Directories
· Contents of app folder
· Angular DevTools
· Lab: Creating Projects with Angular CLI
Session: Working with Angular
5. Components and Events
· Data Binding and Components
· Event Binding
· Custom Events
· Parent/Child Events
· EventEmitter/emit()
· Lab: Nested Components
6. Third Party Libraries
· Angular and the Need for Libraries
· Options for adding Libraries
· Working with npm install
· Lab: Third-Party Libraries
7. Dynamic Views - Directives
§ View Encapsulation
§ Structural/Attribute Directives
§ Conditional Styling
· Lab: Working with Directives
8. Pipes
· Overview of Pipes
· Built-in Pipes
· Formatting and Conversions
· Parameterizing Pipes
· Pure vs. Impure Pipes
· Customizing Pipes
· Lab: Built-in and Custom Pipes
Angular Forms
9. Forms and the Forms API
· Forms and NgModel
· NG Form Groups
· NG Form Validation
· Model-Driven Reactive Forms
· FormBuilder API
· Reactive Form Validation
· Lab: Template-Driven Forms
· Lab: Reactive Forms
Single Page Applications and Routes
10. Single Page Applications - Routing
· Overview of the SPA Concept
· Routing for Page Display
· Working with ActivatedRoute
· Location Strategies
· Nested Routes
· Lab: Routing
11. Services(Dependency Injection)
· Angular’s DI Framework
· Components and Injectables
· Tree-shakeable providers
· Service Interfaces and DI
· Constructor Injection
· Lab: Services
12. Modules
· Overview of Modules
· Feature Modules
· Feature Module Routing
· Shared Modules
· Lab: Modules
Using RESTful Services
13. Angular and REST
· REST in Angular
· Promises, Observables, Subject
· HttpClient and Observables
· async Pipes and HttpClient Interceptors
Reactive Programming in Angular
14. In depth - Working with RxJS
· Working with RxJS in Angular
· RxJS Operators
· Creation Operators
· Pipeable Operators
· Filtering, Combining, and Mathematical Operators
· Lab: Working with a REST API and RxJS
15. Testing and Angular
· Testing Dependencies
· Options for Testing in Angular
· Karma
· Jasmine
· Lab: Unit Testing
Enhancing the Angular App
16. Advanced Routing - Route Guards –Overview of Route Guards
· Route Guard CanActivate
· Using in a Service
· Lab: Route Protection
17. Angular Material (Design)
· Gesture Support
· Material Icons and Components
· Materials Themes
· Custom Themes
· Lab: Angular Material
Deployment, Errors, and Debugging
18. Angular Deployment
· Deployment options
· Server Configurations
· Production Optimizations
19. Angular Error Handling and Debugging
· With Chrome DevTools
· With VS Code
· Http client request errors
· Lab: Debugging Angular
Bonus Content / Time Permitting
Angular Style Guide
· Recent Angular Improvements
· Upgrading Angular
· Single Responsibility Principle
· Naming Conventions
· Coding Conventions
· Application Structure
· Routing