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 now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Effective Angular
Effective Angular

Effective Angular: Develop applications of any size by effectively using Angular with Nx, RxJS, NgRx, and Cypress

Profile Icon Roberto Heckers
By Roberto Heckers
₹799.99 ₹2,680.99
Book Aug 2024 400 pages 1st Edition
eBook
₹799.99 ₹2,680.99
Print
₹3,351.99
Subscription
Free Trial
Renews at ₹800p/m
Profile Icon Roberto Heckers
By Roberto Heckers
₹799.99 ₹2,680.99
Book Aug 2024 400 pages 1st Edition
eBook
₹799.99 ₹2,680.99
Print
₹3,351.99
Subscription
Free Trial
Renews at ₹800p/m
eBook
₹799.99 ₹2,680.99
Print
₹3,351.99
Subscription
Free Trial
Renews at ₹800p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
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
Table of content icon View table of contents Preview book icon Preview Book

Effective Angular

Part 1:Angular Basics and Setting Up Scalable Nx Workspaces

In this part, you’ll learn about frontend architecture and what to consider when creating your workspace. Additionally, you’ll set up your own Nx monorepo, which is ready to handle hundreds of Angular applications and libraries. After creating your Nx monorepo, you’ll learn about the newest features in the Angular framework, such as signals and standalone components. When you’re fully up to date with the latest developments of the Angular framework, you’ll do a deep dive into the Angular router, component communication, and dependency injection. Then, you will get hands-on experience with Angular directives, pipes, and animations and learn about the best practices, their impact on performance, and common pitfalls when using directives, pipes, or animations. You will finish the first part by creating template-driven, reactive, and dynamic forms, understanding their differences when you use each method and how you can adequately validate them.

This part includes the following chapters:

  • Chapter 1, Scalable Front-End Architecture for Angular Applications
  • Chapter 2, Powerful Angular Features
  • Chapter 3, Enhancing Your Applications with Directives, Pipes, and Animations
  • Chapter 4, Building Forms Like a Pro
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Implement design patterns and Nx for optimal maintainability and scalability of your code base
  • Explore reactive programming and state management using RxJS, Signals, and NgRx
  • Build and test large-scale Angular monorepo applications using Nx, Jest, and Cypress
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Angular is an open-source, front-end framework used to build web applications using TypeScript. Angular is a component-based framework, which means you build apps by developing and composing reusable components. This framework has all the built-in features needed to develop complex, feature-rich web apps. Written by an Angular specialist working with some of the top companies in the Netherlands, this book teaches you how to harness the full potential of the Angular framework. You’ll explore different front-end architecture designs and set up a scalable environment for Angular applications and libraries using Nx, before taking a deep dive into the framework's newest and most powerful features. Next, you’ll learn to manipulate the Document Object Model (DOM) with Angular directives, pipes, and animations, and build reusable components like a pro. The book spotlights best practices and flags potential pitfalls at every step of the way. You’ll also learn design patterns that fit well when using the Angular framework, reactive programming with RxJS and Angular signals, and how to manage application states effectively. The book teaches you about accessibility, testing, and optimizing your app for deployment. By the end of this book, you’ll be able to use Angular effectively to build enterprise-ready, scalable front-end applications.

What you will learn

  • Create Nx monorepos ready to handle hundreds of Angular applications
  • Reduce complexity in Angular with the standalone API, inject function, control flow, and Signals
  • Effectively manage application state using Signals, RxJS, and NgRx
  • Build dynamic components with projection, TemplateRef, and defer blocks
  • Perform end-to-end and unit testing in Angular with Cypress and Jest
  • Optimize Angular performance, prevent bad practices, and automate deployments

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 2, 2024
Length 400 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781805125532
Vendor :
Google
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
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

Product Details

Publication date : Aug 2, 2024
Length 400 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781805125532
Vendor :
Google
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
₹800 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
₹4500 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 ₹400 each
Feature tick icon Exclusive print discounts
₹5000 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 ₹400 each
Feature tick icon Exclusive print discounts

Table of Contents

18 Chapters
Preface Chevron down icon Chevron up icon
1. Part 1:Angular Basics and Setting Up Scalable Nx Workspaces Chevron down icon Chevron up icon
2. Chapter 1: Scalable Front-End Architecture for Angular Applications Chevron down icon Chevron up icon
3. Chapter 2: Powerful Angular Features Chevron down icon Chevron up icon
4. Chapter 3: Enhancing Your Applications with Directives, Pipes, and Animations Chevron down icon Chevron up icon
5. Chapter 4: Building Forms Like a Pro Chevron down icon Chevron up icon
6. Part 2:Handling Application State and Writing Cleaner, More Scalable Code Chevron down icon Chevron up icon
7. Chapter 5: Creating Dynamic Angular Components Chevron down icon Chevron up icon
8. Chapter 6: Applying Code Conventions and Design Patterns in Angular Chevron down icon Chevron up icon
9. Chapter 7: Mastering Reactive Programming in Angular Chevron down icon Chevron up icon
10. Chapter 8: Handling Application State with Grace Chevron down icon Chevron up icon
11. Part 3:Getting Ready for Production with Automated Tests, Performance, Security, and Accessibility Chevron down icon Chevron up icon
12. Chapter 9: Enhancing the Performance and Security of Angular Applications Chevron down icon Chevron up icon
13. Chapter 10: Internationalization, Localization, and Accessibility of Angular Applications Chevron down icon Chevron up icon
14. Chapter 11: Testing Angular Applications Chevron down icon Chevron up icon
15. Chapter 12: Deploying Angular Applications Chevron down icon Chevron up icon
16. Index Chevron down icon Chevron up icon
17. Other Books You May Enjoy 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 do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.