Book Image

Getting Started with Angular - Second edition - Second Edition

By : Minko Gechev
Book Image

Getting Started with Angular - Second edition - Second Edition

By: Minko Gechev

Overview of this book

Want to build quick and robust web applications with Angular? This book is the quickest way to get to grips with Angular and take advantage of all its new features.
Table of Contents (16 chapters)
Getting Started with Angular Second Edition
Credits
Foreword
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Chapter 2. The Building Blocks of an Angular Application

In the previous chapter, we looked at the drivers for the design decisions behind the new Angular. We described the main reasons that led to the development of a brand new framework; Angular takes advantage of the newest Web standards while keeping the past lessons in mind. Although we are familiar with the main drivers, we still haven't described the core Angular concepts. The last major release of the framework took a different path from AngularJS and introduced a lot of changes in the fundamental building blocks used for the development of single-page applications.

The mission of this chapter is to describe the framework's core and make a brief introduction to its main concepts. In the next couple of pages, we will also make an overview of how these concepts can be put together to help us build professional user interfaces for our Web applications. The subsequent sections will give us an overview of everything that we will learn...