Chapter 1
We're gonna learn some very basic things in this chapter. It's gonna be slow and repetitive.
| Section | Contents |
|---|---|
| 1.0 | Building a custom component and adding it to the app |
| 1.1 | Using syntax in HTML to get values from TS |
| 1.2 | Property and event binding |
| 1.3 | Structural Directives: *ngIf and *ngFor |
| 1.4 |
By the end, you should be able to create a stand-alone angular component with dynamic behavior.