Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Angular - The Complete Guide [2024 Edition]
Angular - The Complete Guide [2024 Edition]

Angular - The Complete Guide [2024 Edition]: Advanced Techniques in Angular Development

Arrow left icon
Profile Icon Maximilian Schwarzmüller
Arrow right icon
R$974.99
Full star icon Full star icon Full star icon Full star icon Empty star icon 4 (2 Ratings)
Video Jun 2024 25hrs 25mins 1st Edition
Video
R$974.99
Subscription
Free Trial
Renews at R$50p/m
Arrow left icon
Profile Icon Maximilian Schwarzmüller
Arrow right icon
R$974.99
Full star icon Full star icon Full star icon Full star icon Empty star icon 4 (2 Ratings)
Video Jun 2024 25hrs 25mins 1st Edition
Video
R$974.99
Subscription
Free Trial
Renews at R$50p/m
Video
R$974.99
Subscription
Free Trial
Renews at R$50p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Comprehensive coverage of Angular essentials and advanced topics
  • Detailed explanations of components, templates, services, and state management
  • Advanced techniques in debugging, optimizing, and deploying Angular applications

Description

This Angular course, built specifically for web development professionals looking to harness the full potential of Angular 18, the latest and most advanced version of this powerful framework. This up-to-date course starts with an introduction to Angular’s evolution, highlighting its stability, new features, and what makes it a top choice for modern web development. You’ll set up your development environment and build your first Angular 18 project, laying the groundwork for complex and scalable applications. Dive deep into the core concepts of Angular, including components, templates, and services, all updated to reflect the latest Angular 18 practices. You’ll master creating and managing components with Angular CLI, output dynamic content, and grasp Angular’s improved change detection mechanism. Advanced topics like module-based app structures, dependency injection, Angular services, and state management using NgRx are also covered comprehensively, ensuring you stay ahead in the rapidly evolving web development landscape. Throughout the course, you'll learn to create reusable components, manage forms, debug efficiently, and optimize applications for maximum performance. With a step-by-step approach, each module builds on the last, delivering a seamless learning experience tailored to Angular 18's enhanced capabilities.

Who is this book for?

This course is tailored for web development professionals who have a basic understanding of JavaScript and web development concepts. Familiarity with TypeScript is recommended but not required. It's ideal for developers looking to deepen their Angular knowledge and apply advanced techniques in their projects.

What you will learn

  • Develop robust Angular applications from scratch
  • Master the use of Angular components, templates, and services
  • Implement advanced state management with NgRx
  • Optimize and deploy Angular applications for high performance
  • Debug and resolve common issues in Angular projects
  • Learn about dependency injection, change detection, and state management

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Last updated date : Jun 27, 2024
Publication date : Apr 23, 2018
Length: 25hrs 25mins
Edition : 1st
Language : English
ISBN-13 : 9781788998437
Vendor :
Google
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Last updated date : Jun 27, 2024
Publication date : Apr 23, 2018
Length: 25hrs 25mins
Edition : 1st
Language : English
ISBN-13 : 9781788998437
Vendor :
Google
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
R$50 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
R$500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just R$25 each
Feature tick icon Exclusive print discounts
R$800 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just R$25 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total R$ 1,699.97
Angular for Enterprise-Ready Web Applications
R$445.99
Angular Projects
R$278.99
Angular - The Complete Guide [2024 Edition]
R$974.99
Total R$ 1,699.97 Stars icon
Banner background image

Table of Contents

17 Chapters
Getting Started Chevron down icon Chevron up icon
Angular Essentials - Components, Templates, Services and More Chevron down icon Chevron up icon
Module Introduction
A New Starting Project and Analyzing The Project Structure
Understanding Components and How Content Ends Up On The Screen
Creating a First Custom Component
Configuring the Custom Component
Using the Custom Component
Styling the Header Component and Adding An Image
Managing and Creating Components with the Angular CLI
Styling and Using Our Next Custom Component
Preparing User Data (To Output Dynamic Content)
Storing Data in a Component Class
Outputting Dynamic Content with String Interpolation
Property Binding and Outputting Computed Values
Using Getters For Computed Values
Listening to Events with Event Binding
Managing State and Changing Data
A Look Behind The Scenes Of Angular's Change Detection Mechanism
Introducing Signals
We Need More Flexible Components!
Defining Component Inputs
Required and Optional Inputs
Using Signal Inputs
We Need Custom Events!
Working with Outputs and Emitting Data
Using the output() Function
Adding Extra Type Information To EventEmitter
Exercise: Create a Configurable Component
TypeScript: Working With Potentially Undefined Values and Union Types
Accepting Objects As Inputs and Adding Appropriate Typings
TypeScript: Type Aliases and Interfaces
Outputting List Content
Outputting Conditional Content
Legacy Angular: Using ngFor and ngIf
Adding More Components to the Demo App
Outputting User-specific Tasks
Outputting Task Data in the Task Component
Storing Data Models in Separate Files
Dynamic CSS Styling with Class Bindings
More Component Communication: Deleting Tasks
Creating and Conditionally Rendering Another Component
Managing The "New Task" Dialog
Using Directives and Two-Way-Binding
Signals and Two-Way-Binding
Handling Form Submission
Using the Submitted Data
Content Projection with ng-content
Transforming Template Data with Pipes
Getting Started with Services
Getting Started with Dependency Injection
More Service Usage and Alternative Dependency Injection Mechanism
Time to Practice: Services
Using localStorage for Data Storage
Module Summary
Angular Essentials - Working with Modules Chevron down icon Chevron up icon
Angular Essentials - Time To Practice Chevron down icon Chevron up icon
Debugging Angular Apps Chevron down icon Chevron up icon
Components and Templates - Deep Dive Chevron down icon Chevron up icon
Module Introduction
Starting Project and An Opportunity For Smaller Components?
When and How To Split Up Components
Splitting A Component Into Multiple Components
Creating Reusable Components
Component Inputs: Repetition
Property Binding: Repetition
Using Content Projection and ng-content
Adding Forms to Components
A Possible, But Not Ideal Way Of Extending Built-in Elements
Extending Built-in Elements with Custom Components via Attribute Selectors
Supporting Content Projection with Multiple Slots
Exploring Advanced Content Projection
Defining Content Projection Fallbacks
Multi-Element Custom Components and Content Projection
Scoping CSS Styles to Components
Understanding and Configuring View Encapsulation
Making Sense of Component Host Elements
Using Host Elements Like Regular Elements
Interacting With Host Elements From Inside Components
When (Not) To Rely On Host Elements
Interacting with Host Elements via @HostListener and @HostBinding
Accessing Host Elements Programmatically
Class Bindings: Repetition
There's More Than One Way Of Binding CSS Classes Dynamically
A Closer Look At Dynamic Inline Style Binding
Manipulating State and Using Literal Values
Introducing the Component Lifecycle: ngOnInit
Implementing Lifecycle Interfaces
Component Lifecycle - A Deep Dive
Component Cleanup with ngOnDestroy
Component Cleanup with DestroyRef
Handling Form Submissions: Repetition
Working with Template Variables
Extracting Input Values via Template Variables
Template Variables and Component Instances
Getting Access to Template Elements via ViewChild
Using The viewChild Signal Function
ViewChild vs ContentChild
A Closer Look at Decorator-based Queries and Lifecycle Hooks
The afterRender and afterNextRender Lifecycle Functions
Making Sense of Signal Effects
TypeScript and Type Models: Repetition
Component Outputs: Repetition
A Closer Look At Template For Loops
Revisiting Inputs and Signals
Updating Signal Values
Cross-Component Communication and State Management
Configuring Component Inputs and Outputs
Two-Way Binding: Repetition
Setting Up Custom Two-Way Binding
An Easier Way of Setting Up Custom Two-Way Binding
Enhancing Elements with Directives - Deep Dive Chevron down icon Chevron up icon
Transforming Values with Pipes - Deep Dive Chevron down icon Chevron up icon
Understanding Services and Dependency Injection - Deep Dive Chevron down icon Chevron up icon
Making Sense of Change Detection - Deep Dive Chevron down icon Chevron up icon
Working with RxJS (Observables) - Deep Dive Chevron down icon Chevron up icon
Sending HTTP Requests and Handling Responses Chevron down icon Chevron up icon
Handling User Input and Working with Forms (Template-driven and Reactive) Chevron down icon Chevron up icon
Routing and Building Multi-page Single Page Applications Chevron down icon Chevron up icon
Code Splitting and Deferrable Views Chevron down icon Chevron up icon
Deploying Angular Apps - CSR, SSR, SGA Chevron down icon Chevron up icon
Course Roundup and Next Steps Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(2 Ratings)
5 star 50%
4 star 0%
3 star 50%
2 star 0%
1 star 0%
Edison Leon Jan 18, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great instructor. I like his pace.
Feefo Verified review Feefo
h hubeek Jan 30, 2020
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
Kinda nice and inspiring... worth 5 euros def
Feefo Verified review Feefo
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail [email protected] with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.