From cd4ac81fc69102e2f820427ea23e52de59daaa55 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Tue, 17 Jun 2025 10:08:57 -0700 Subject: [PATCH] docs: explicit that class bindings still support object (#62102) PR Close #62102 --- adev/src/content/best-practices/style-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adev/src/content/best-practices/style-guide.md b/adev/src/content/best-practices/style-guide.md index 1add59bdd6f..fe9c8345f3f 100644 --- a/adev/src/content/best-practices/style-guide.md +++ b/adev/src/content/best-practices/style-guide.md @@ -222,6 +222,9 @@ Prefer `class` and `style` bindings over using the `NgClass` and `NgStyle` direc ```html
+ +
+