- Learning Angular
- Aristeidis Bampakos Pablo Deeleman
- 168字
- 2021-06-11 18:24:06
Chapter 3: Component Interaction and Inter-Communication
So far, we have had the opportunity to take a bird's eye overview of the Angular framework. We learned how to create a new Angular application using Angular CLI 10, and how the Angular framework works under the hood. TypeScript turns out to be the perfect companion for this endeavor.
We seem to have everything that we need to explore further possibilities that Angular brings to the game with regard to creating interactive components and how they can communicate with each other.
In this chapter, we will do the following:
- Learn how to create components for an Angular application
- Discover all the syntactic possibilities at our disposal to bind content in our templates
- Create public APIs for our components so that we can benefit from their properties and event handlers
- See how to implement data binding in Angular
- Reduce the complexity of CSS management with view encapsulation
- Learn how to adjust change detection inside components
- Take an overview of the component lifecycle
推薦閱讀
- Kibana Essentials
- 云計(jì)算通俗講義(第3版)
- Raspberry Pi 2 Server Essentials
- JavaScript by Example
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- Linux命令行與shell腳本編程大全(第4版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Kubernetes源碼剖析
- ScratchJr趣味編程動(dòng)手玩:讓孩子用編程講故事
- Learning Material Design
- Java編程從入門到精通
- Java EE 8 and Angular
- C語(yǔ)言從入門到精通
- Drupal Search Engine Optimization
- Yii2 By Example