Skip to content

GS1UiShowFooter

Gs1TestTeam edited this page Aug 16, 2018 · 5 revisions

GS1UiShowFooter:

Display GS1 Canada logo, corporate information

Class Diagram:

eps02

Definition of Attributes

Attributes type Description
address string Define corporate official address (e.g: 1500 Don Mills Road, Suite 800 Toronto)
email string Define corporate official email (e.g: info@gs1ca.org)
phone string Define corporate official phone number (e.g: 1.800.567.7084)
fax string Define corporate official fax number (e.g: 1.800.567.7085)

Examples:

Source code:

<app-gs1-ui-show-footer
  [address]   = "'GS1 Canada® is a registered trademark of GS1 Canada. Copyright © GS1 Canada 2018.'"
  [email]     = "'info@gs1ca.org'"
  [phone]     = "'1.800.567.7084'"
  [fax]       = "'1.800.567.7085'"
>
</app-gs1-ui-show-footer>

Output:

eps021

Clone this wiki locally