extraBig property

  1. @HostBinding.new('class.extra-big')
  2. @Input.new()
bool extraBig
getter/setter pair

Whether to use the "big" class style for scorecards; optional.

Implementation

@HostBinding('class.extra-big')
@Input()
bool extraBig = false;