Results 1 comments of Yukteswar La Roche

What did you removed from the constructor? ``` constructor( elementRef: ElementRef, focusMonitor: FocusMonitor, changeDetectorRef: ChangeDetectorRef, @Optional() dir: Directionality, @Attribute("tabindex") tabIndex: string ) { super(elementRef, focusMonitor, changeDetectorRef, dir, tabIndex); this.tabIndex =...