GS1UiShowFooter - Gs1TestTeam/GS1_Angular_Prototype GitHub Wiki

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: [email protected])
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]     = "'[email protected]'"
  [phone]     = "'1.800.567.7084'"
  [fax]       = "'1.800.567.7085'"
>
</app-gs1-ui-show-footer>

Output:

eps021