9589907c8
1 2 3 4 5 6 7 8 9
import { Component, Input } from '@angular/core' @Component({ selector: 'my-signup-label', templateUrl: './signup-label.component.html' }) export class SignupLabelComponent { @Input() requiresApproval: boolean }