diff --git a/aio/content/guide/docs-style-guide.md b/aio/content/guide/docs-style-guide.md index f30dd20fdac..424a1b6106c 100644 --- a/aio/content/guide/docs-style-guide.md +++ b/aio/content/guide/docs-style-guide.md @@ -727,6 +727,13 @@ Remember to exclude these files from StackBlitz by listing them in the `stackbli +### Source code styling + +Source code should follow [Angular's style guide](guide/styleguide) where possible. + +#### Hexadecimals + +Hexadecimal should use the shorthand where possible, and use only lowercase letters. {@a live-examples}