-
Notifications
You must be signed in to change notification settings - Fork 3
GS1UiShowTitle
Gs1TestTeam edited this page Aug 17, 2018
·
11 revisions
Displays the title of each page and can be easily formatted from one location, using the component's css file.
Component contains variable
@Input() pageTitle:string;that receives the title from a title variable in the parent component
pageTitle: string = "GS1 Google Analytics List";then displays it on the page
<p>
{{pageTitle}}
</p>end result:
GS1 Canada® is a registered trademark of GS1 Canada. Copyright © GS1 Canada 2018.