chore(examples): use httpResource api#2364
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the SampleComponent to use Angular's new resource APIs instead of manually subscribing to HttpClient inside ngOnInit. However, the reviewer pointed out that httpResource does not have a .text() method and will fail to fetch markdown files as JSON. They suggested using the resource API from @angular/core in combination with HttpClient configured for plain text response instead.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Documentation.
Examples.
Dashboards Demo.
Playwright report.
Coverage Reports: