diff --git a/aio/content/guide/styleguide.md b/aio/content/guide/styleguide.md index e6eb49e3e1..c73cebe4dc 100644 --- a/aio/content/guide/styleguide.md +++ b/aio/content/guide/styleguide.md @@ -1904,7 +1904,18 @@ It is rarely worth the effort to change them at the risk of breaking existing co -**Consider** using a class instead of an interface. +**Consider** using a class instead of an interface for services and declarables (components, directives, and pipes). + + + + + + +