Book Image

Hands-On Designing Angular Web Application Architecture [Video]

By : Baljeet Singh
Book Image

Hands-On Designing Angular Web Application Architecture [Video]

By: Baljeet Singh

Overview of this book

<p>If you want to learn fast, easy, and rewarding ways to create web applications that are easy to refactor and maintain in the future with no decline in performance, then this is the right course for you. </p><p>Using the latest Angular 9 release, you will learn how to organize your application using core feature and shared modules. You'll structure container components in Angular 9 to help your application supply a presentation data flow and translate component-specific events into application state commands. You will understand state management and see how it can be implemented in Angular using NgRx, a Redux implementation for Angular 9. We'll cover how we can use Input and Output decorators in Angular 9, an easy way to exchange data between components. You'll find out how to use functions and pipes in your application, a new way to write display-value transformations that you can declare in your HTML. Finally, you will learn how to test and secure your application to make it more robust. </p><p>By the end of the course, you'll have learned to share the same functionality across an application by designing applications that are easy to maintain—now and in the future. Please note that this course assumes the following knowledge levels: Basic CSS and HTML; intermediate JavaScript and TypeScript; and prior experience with Angular Fundamentals. </p><p>The code bundle for this course is available at: https://github.com/PacktPublishing/Hands-on-Designing-Angular-Web-Application-Architecture</p>
Table of Contents (7 chapters)
Chapter 2
Designing Your Application Using Modules
Content Locked
Section 3
Shared Modules
Here, get to know the shared modules.