- 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
推薦閱讀
- C++ Primer習(xí)題集(第5版)
- Learning Python Web Penetration Testing
- Go Web編程
- Spring Cloud Alibaba微服務(wù)架構(gòu)設(shè)計(jì)與開發(fā)實(shí)戰(zhàn)
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- Python for Secret Agents:Volume II
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- MATLAB 2020 從入門到精通
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- 網(wǎng)站構(gòu)建技術(shù)
- R語言與網(wǎng)絡(luò)輿情處理
- HTML5從入門到精通(第4版)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Learning iOS Security
- SignalR:Real-time Application Development(Second Edition)