上QQ阅读APP看书,第一时间看更新
Ready, Set, Go!
In this chapter, we will start building our task management application. We'll jump right into the core of the application and create the initial components required to manage a simple task list.
In the process of going through this chapter, you'll learn about the following topics:
- Introduction to NgModule
- Bootstrapping an Angular application using a main module
- Component input and output
- Host property binding
- Styling and view encapsulation
- Using EventEmitter to emit custom events
- Component life cycle