Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Mastering Angular with Interview Preparation and E-commerce App
Mastering Angular with Interview Preparation and E-commerce App

Mastering Angular with Interview Preparation and E-commerce App: Master Angular 17 Essentials for Confident, Dynamic Application Building

Arrow left icon
Profile Icon INIT Tech Labs
Arrow right icon
$9.99 $99.99
Video Oct 2024 19hrs 30mins 1st Edition
Video
$9.99 $99.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon INIT Tech Labs
Arrow right icon
$9.99 $99.99
Video Oct 2024 19hrs 30mins 1st Edition
Video
$9.99 $99.99
Subscription
Free Trial
Renews at $19.99p/m
Video
$9.99 $99.99
Subscription
Free Trial
Renews at $19.99p/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

  • Master Angular 17 fundamentals and advanced features with hands-on projects
  • Build a complete e-commerce app while learning RxJS, lazy loading, and routing.
  • Prepare for technical interviews with focused Angular topics and assignments

Description

This course is designed to take your Angular 17 skills to the next level, starting with fundamental concepts like components, directives, and binding techniques. You will gain a solid understanding of Angular’s project structure, CLI tools, and essential features. As you progress, you will explore lifecycle hooks, forms, services, and routing, ensuring a well-rounded grasp of Angular development. To prepare you for real-world projects, this course emphasizes the creation of a dynamic e-commerce app from scratch. You’ll work with components, services, and HTTP calls to build features like product listings, shopping carts, and user authentication. Alongside, you'll practice advanced features like lazy loading and RxJS operators, gaining practical expertise to handle large-scale applications. Additionally, the course provides in-depth interview preparation to help you excel in Angular-related technical interviews. Topics like routing, component lifecycle, observables, and Angular testing are covered with focused assignments to solidify your knowledge. By the end of this course, you’ll be fully equipped to handle Angular projects and ace your next job interview.

Who is this book for?

This course is ideal for front-end developers and web professionals who have a basic understanding of JavaScript and want to advance their skills in Angular. Knowledge of HTML, CSS, and basic JavaScript concepts is required, but no prior Angular experience is necessary.

What you will learn

  • Build and deploy a complete e-commerce app using Angular 17
  • Master Angular 17's components, services, and directives
  • Implement RxJS operators and handle HTTP requests
  • Create and validate reactive forms effectively
  • Optimize applications with lazy loading and routing
  • Prepare for Angular technical interviews confidently

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Oct 21, 2024
Length: 19hrs 30mins
Edition : 1st
Language : English
ISBN-13 : 9781836643098
Concepts :
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

Publication date : Oct 21, 2024
Length: 19hrs 30mins
Edition : 1st
Language : English
ISBN-13 : 9781836643098
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 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
$199.99 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 $5 each
Feature tick icon Exclusive print discounts
$279.99 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 $5 each
Feature tick icon Exclusive print discounts
Banner background image

Table of Contents

22 Chapters
Introduction Chevron down icon Chevron up icon
Angular Fundamentals Chevron down icon Chevron up icon
Angular Directives Chevron down icon Chevron up icon
Component Life Cycle - Lifecycle Hooks Chevron down icon Chevron up icon
Decorators Chevron down icon Chevron up icon
Angular Pipes Chevron down icon Chevron up icon
Custom Pipes Chevron down icon Chevron up icon
Angular Routing Chevron down icon Chevron up icon
Angular Services Chevron down icon Chevron up icon
Angular Tokens Chevron down icon Chevron up icon
Angular Template Driven Forms Chevron down icon Chevron up icon
Angular Reactive Forms Chevron down icon Chevron up icon
Custom Form Validators Chevron down icon Chevron up icon
Route Guards Chevron down icon Chevron up icon
Lazy Loading Chevron down icon Chevron up icon
Observables & RxJS Chevron down icon Chevron up icon
RxJS Operators Chevron down icon Chevron up icon
Handling HTTP Calls With Angular Chevron down icon Chevron up icon
Signals - Angular 16 Chevron down icon Chevron up icon
Angular - 17 [All Lectures Collection] Chevron down icon Chevron up icon
eStore Project Chevron down icon Chevron up icon
Introduction
eStore Project Creation
Installing Bootstrap
Beginning Header Component
Adding Search Bar
Category Dropdown in Search Bar
Login Link, Wish-list, and Cart Icons
Category Navigation Bar
Creating Home Component
Reorganizing Header and Category Navigation Components Hierarchy
Creating Error 404 Page
Side Navigation Component
Fetching Data into Side Navigation Component
Products Component
Styling Product Card
Fetching Data into Products Component
Creating Ratings Component
Installing MySQL
Creating Database
Creating Node Server
Configuring API Route
Configuring Nodemon
Connecting To MySQL
Data Fetching with SQL Query
Removing getConnection() Call
Creating Routes With Express
Configuring Routes with "express.Router()"
Creating Workspace
Fetching Categories From Server
Fetching Categories in Category Navigation Bar
Introducing State Management
Populate Header Search Categories
Define Routes to Fetch Products
Fetching Products in Products Component
Query Parameters to Filter Products by Category
Add Products Store
Filter Products From Side Navigation Bar
Filter Products From Category Navigation Bar
Adding Keywords In Database
Find Products Using Search Box
Lazy Loading Home Module and Products Gallery Component
Creating Product Details Component
Implementing Shopping Cart - Part 1
Implementing Shopping Cart - Part 2
Creating Shopping Cart Component - Part 1
Creating Shopping Cart Component - Part 2
Cart Summary and Session Storage
User Signup API
Starting User Sign Up Form
Adding Validations in User Sign Up Form
Connect Sign Up Form to API
User Login API + Introduction to JWT
User Login Form
Connect User Login Form to API
Create User Drop Down Menu
Adding Logout Functionality
Display Delivery Address In Checkout Screen
Creating API to Save Order
Creating Order Service
Saving Order From Cart
API to Get Orders List
Creating Past Orders Component
Displaying Past Orders and Route Guard
Angular Testing Chevron down icon Chevron up icon
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 customercare@packt.com 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.