- 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
推薦閱讀
- Java范例大全
- Java異步編程實戰
- 新手學Visual C# 2008程序設計
- 精通API架構:設計、運維與演進
- Mastering Kali Linux for Web Penetration Testing
- Mastering Swift 2
- SAS數據統計分析與編程實踐
- Unity 5.x By Example
- PLC應用技術(三菱FX2N系列)
- C#程序設計教程(第3版)
- 圖數據庫實戰
- Deep Learning with R Cookbook
- Python開發基礎
- Python 3 Object:oriented Programming(Second Edition)
- PowerDesigner 16 從入門到精通