-
Book Overview & Buying
-
Table Of Contents
Effective Angular
By :
Effective Angular
By:
Overview of this book
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.
Table of Contents (18 chapters)
Preface
Part 1:Angular Basics and Setting Up Scalable Nx Workspaces
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
Part 2:Handling Application State and Writing Cleaner, More Scalable Code
Chapter 5: Creating Dynamic Angular Components
Chapter 6: Applying Code Conventions and Design Patterns in Angular
Chapter 7: Mastering Reactive Programming in Angular
Chapter 8: Handling Application State with Grace
Part 3:Getting Ready for Production with Automated Tests, Performance, Security, and Accessibility
Chapter 9: Enhancing the Performance and Security of Angular Applications
Chapter 10: Internationalization, Localization, and Accessibility of Angular Applications
Chapter 11: Testing Angular Applications
Chapter 12: Deploying Angular Applications
Index