Task - Directives
- Create a new component (manually or with cli)
- Output it beneath AppComponent
- Create a simple table in the template file
- Create a user object with property username, address, and age in component
- Display values in tables using
*ngFor
- Only display those users whose age is greater than 20