Coding Progress 408
- Discuss something you learned in class today or this week (Can be tech related, or not.)
I learned about Angular Material and about how powerful and dynamic it is.
2. How do you sort and filter data in an Angular Material Table Component?
To add sorting behavior to the table, add the matSort directive to the table and add mat-sort-header to each column header cell that should trigger sorting
2. Discuss the difference, value, and downfalls to a Cdn Based Version and a local installation of Angular Material.
3. What Is Angular Material Autocomplete? How do you implement it?
The autocomplete is a functionality that shows the recommended options to the user when the user clicks on the input field or enters some keywords in an input field.
4. What Is Angular Material Chips used for? How do you implement them?
The md-chips, an Angular Directive, is used as a special component called Chip and can be used to represent a small set of information for example, a contact, tags etc.