Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LabelsComponent

whatitdoes

Creates up to 6 labels with a circular design.

consumers

HomeModule

Hierarchy

  • LabelsComponent

Implements

  • OnChanges

Index

Properties

Methods

Properties

change

change: EventEmitter<Object> = new EventEmitter()

EventEmitter for any changes that occure.

This can notify other components to check for updates that this component might effect (e.g. if this componenet's height change is needed in a parent or sibling component).

label

label: string

Passed to the aria-label attribute of the ul

labels

labels: Array<Label>

An input array of with the color and name for each label element.

Methods

ngOnChanges

  • ngOnChanges(): void

Generated using TypeDoc