import { Component, Input, ViewChild, ElementRef, Output, EventEmitter } from '@angular/core'; interface Checkable { checked: boolean; } @Component({ selector: 'app-master-checkbox', template: `