- Switching to Angular(Third Edition)
- Minko Gechev
- 318字
- 2021-07-02 15:23:31
The Building Blocks of an Angular Application
In the previous chapter, we looked at the drivers for the design decisions behind 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 concepts of the new framework. Angular 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 core of the framework 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 in more detail later in this book.
In this chapter, we will take a look at the following topics:
- A conceptual overview of the framework, showing how different concepts relate to each other.
- Building a user interface as a composition of components.
- What path the directives took in Angular, and how their interface changed compared to AngularJS.
- The reasons for the enforced separation of concerns that led to the decomposition of the directives into two different concepts. In order to get a better sense of them, we will demonstrate the basic syntax for their definition.
- An overview of the improved change detection, and how it involves the context that directives provide.
- What zones are, and how they can make our daily development process easier.
- What pipes are, and how they are related to the AngularJS filters.
- Introduction to the brand new Dependency Injection (DI) mechanism in Angular and how it is related to the services.
- Getting Started with Citrix XenApp? 7.6
- Learning Docker
- Web Scraping with Python
- Programming ArcGIS 10.1 with Python Cookbook
- Learning Laravel 4 Application Development
- Python編程從0到1(視頻教學(xué)版)
- Android系統(tǒng)級(jí)深入開(kāi)發(fā)
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- Protocol-Oriented Programming with Swift
- ElasticSearch Cookbook(Second Edition)
- Mastering Akka
- Windows Phone 8 Game Development
- OpenCV 3.0 Computer Vision with Java
- Python預(yù)測(cè)之美:數(shù)據(jù)分析與算法實(shí)戰(zhàn)(雙色)
- MySQL數(shù)據(jù)庫(kù)應(yīng)用實(shí)戰(zhàn)教程(慕課版)