Member-only story
Angular Silently Released AI Guidelines
The new guidelines show how you can use Google AI services in your Angular app without trouble, protecting your APIs and doing multimodal queries with ease
I’ve lately discussed how the new versions of Angular make it actually better to vibe coding with this framework than other. But that’s not all. The dedication to support AI is also seen in the Angular documentation.
Just lately it was extended with two pages dedicated to building Angular apps with AI. First is “Get Started”, and second “Using AI for Development”.
Hi, My name is Tom Smykowski, I’m a professional core frontend engineer building scalable MVP frontends and helping creators and teams embrace vibe coding
The first one shows how you can use AI in Angular apps. There is a guide using Genkit, Firebase AI Logic and Gemini API in your apps.
If you don’t know already, Genkit is a Firebase open source library to create full stack apps based on AI, so it’s created by Google. You can easily connect to Gemini, Imagen, OpenAI, Anthropic, Llama, Mistral and Ollama and other with this library.
Firebase AI Logic is a layer to connect to Google models too, and the documentation is quite not clear…