diff --git a/projects/go-lib/src/lib/components/go-header/go-header.component.html b/projects/go-lib/src/lib/components/go-header/go-header.component.html
index 2226f1cb7..0e6a681a1 100644
--- a/projects/go-lib/src/lib/components/go-header/go-header.component.html
+++ b/projects/go-lib/src/lib/components/go-header/go-header.component.html
@@ -1,22 +1,22 @@
- The {{ pageTitle }}
- Branding
- GoConfigurationService
can be used to brand a few select
- pieces of our design system. Currently the only things that can be branded are the active indicators
- on the sidenav and accordions as well as the left portion of the header.
- {{ pageTitle }}
+
- The public setBrandColor(color: string): void
method can be used
- to update the branding color by passing in a hex code.
-
+ The GoConfigurationService
can be used to brand a few select
+ pieces of our design system. Currently the only things that can be branded are the active indicators
+ on the sidenav and accordions as well as the left portion of the header.
+
+ The public setBrandColor(color: string): void
method can be used
+ to update the branding color by passing in a hex code.
+
-
-
-
-
-
+
+
+
+
- The public toggleHeaderBrandingEnabled(): void
method can
- be used to enable/disable header branding.
-
+ The public toggleHeaderBrandingEnabled(): void
method can
+ be used to enable/disable header branding.
+
+
+
+
+
+
-
-
-
-
-
+ The overrideMenuColor()
method can
+ be used to override the accessibility check that is performed on the header.
+ You can specify light
, dark
+ or leave it undefined
to allow the accessibility check.
+ This feature is only activated if headerBrandingEnabled
is enabled.
+
+
+ Note: to see this example take affect, toggle the "Enable Header Branding" above to true. +
+
+
+
+
+