Documentation Feedback
Arguably the most common use case for Table in a modern application is to retrieve data from an API and display it in a table. The example page features an example titled “Table retrieving data through HTTP” which uses HttpClient to achieve this.
However, the modern Angular way is to achieve this is with resource or httpResource. I believe that adding this as an extra example is justified due to the fact that most readers will probably be searching for precisely this.
Affected documentation page
https://material.angular.dev/components/table/examples
Documentation Feedback
Arguably the most common use case for
Tablein a modern application is to retrieve data from an API and display it in a table. The example page features an example titled “Table retrieving data through HTTP” which usesHttpClientto achieve this.However, the modern Angular way is to achieve this is with
resourceorhttpResource. I believe that adding this as an extra example is justified due to the fact that most readers will probably be searching for precisely this.Affected documentation page
https://material.angular.dev/components/table/examples