
Sometimes the best way to learn is to dive straight into the code! This week, we’re highlighting several hands-on repositories that demonstrate the latest Angular patterns and how to integrate Google Gemini for real-time user assistance.
Check out these essential code samples and templates.
Advanced Dynamic Component Creation
Antonio Cardenas @yeoudev provides a masterclass in using ViewContainerRef. This repository and StackBlitz demo show you exactly how to handle dynamic component instantiation in a clean, scalable way.
- Explore the code: https://github.com/AntonioCardenas/ngviewcontainerref
- Try the demo: https://stackblitz.com/~/github.com/AntonioCardenas/ngviewcontainerref
Angular Vibe Coding: The Ultimate CRUD Template
Need to start a project fast? Antonio Cardenas @yeoudev offers a “Vibe Coding” template that comes ready with basic CRUD functionality and helpful scripts to clean up boilerplate, letting you focus on your unique logic.
- Grab the template: https://github.com/AntonioCardenas/angularvibecoding
Mastering httpResource with Pirates
Deborah Kurata @deborahkurata brings her signature clarity to the new Signal-based httpResource. This fun “Pirates” example demonstrates how to fetch and manage data using the newest reactive primitives in Angular.
- Check out the examples: https://github.com/DeborahK/angular-http-resource-pirates
Build an AI-Powered Grammar Assistant
Ankit Sharma @ankitsharma_007 shows the power of the Google Gemini API in a lightweight Angular app. This project provides real-time grammar corrections as you type — a perfect blueprint for adding AI utility to your own editors.
- See the AI writer: https://github.com/AnkitSharma-007/angular-gemini-writing-assistant
Have you built a cool helper tool with Gemini or tried the new httpResource? Your code samples could be the missing piece for another developer!
Keep the community growing! Use #AngularSparkles and #AngularAI to share your latest GitHub repos and StackBlitz demos!
<hr /><p>Mastering Dynamic Components, HTTP Resources, and AI Writing Assistants 🛠️ was originally published in Angular Blog on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>