ScorecardComponent constructor

ScorecardComponent(
  1. ChangeDetectorRef _changeDetector,
  2. HtmlElement element,
  3. DomService domService
)

Implementation

ScorecardComponent(this._changeDetector, this.element, DomService domService)
    : super(element, domService);