From b60889accf7cc65c79d93ef6cfbaf4e38e0f82e1 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Wed, 18 Jun 2025 15:58:28 -0700 Subject: [PATCH] docs: add link to ai best practices in instalation guide (#62138) PR Close #62138 --- adev/src/content/introduction/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/adev/src/content/introduction/installation.md b/adev/src/content/introduction/installation.md index a495ea87ac1..6d4c59557c2 100644 --- a/adev/src/content/introduction/installation.md +++ b/adev/src/content/introduction/installation.md @@ -110,6 +110,10 @@ NOTE: Raw file sizes do not reflect development server per-request transformatio And now you can visit the path in `Local` (e.g., `http://localhost:4200`) to see your application. Happy coding! 🎉 +### Using AI for Development + +To get started with building in your preferred AI powered IDE, [check out Angular prompt rules and best practices](/ai/develop-with-ai). + ## Next steps Now that you've created your Angular project, you can learn more about Angular in our [Essentials guide](/essentials) or choose a topic in our in-depth guides!