Book Image

Learning Angular - Second Edition

By : Christoffer Noring, Pablo Deeleman
Book Image

Learning Angular - Second Edition

By: Christoffer Noring, Pablo Deeleman

Overview of this book

<p>The latest version of Angular comes with a lot of new features that help you to make your applications smaller and faster. This book will show you how to set up an Angular project, and you’ll build Angular components right from the beginning.</p> <p>Moving on, you’ll explore and work with the components to build your app. Next, you’ll find out more about TypeScript and see how to use it to build apps in the best way possible. You’ll then be introduced to the building blocks - Properties, Events, Directives, and Pipes - and how it can be used to implement and enhance the components.</p> <p>Additionally, you’ll be using Angular components to organize your components in a scalable way. Then you’ll understand how to get data in your app and add navigation to it. Furthermore, you’ll deep dive and work with Forms, Authentication, and see how Material design will help you make your app beautiful in just a few short lines of code. Lastly, you’ll see how to use animating components with Angular, and test and debug the app.</p> <p>All in all, the overall mission is to give you a great start when developing apps using Angular and TypeScript.</p>
Table of Contents (21 chapters)
Title Page
Credits
About the Authors
www.PacktPub.com
Customer Feedback
Preface
2
IDEs and Plugins

Summary


This chapter has definitely set the foundation for all the great applications that you will be building on top of Angular from now on. The Angular dependency management implementation is in fact one of the gems of this framework and a time saver. Application architectures based on component trees are not rocket science anymore, and we have followed this pattern to some extent while building web software in other frameworks such as AngularJS and React.

This chapter concludes our trip through the core of Angular and its application architecture, setting up the standards that we will follow from now on while building applications on top of this new and exciting framework.

In the following chapters, we will focus on very specific tools and modules that we can use to solve everyday problems when crafting our web projects. We will see how to develop better HTTP networking clients with Angular.