src/lib/presets/preset-confirmation/preset-confirmation.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | talenra-preset-confirmation |
| imports |
BackdropComponent
ButtonComponent
BackdropComponent
FormFieldComponent
InputComponent
ReactiveFormsModule
FormsModule
TalenraInboxTranslatePipe
|
| templateUrl | ./preset-confirmation.component.html |
| styleUrl | ./preset-confirmation.component.scss |
Methods |
| onNameSelectionChange | ||||||||||||
onNameSelectionChange(chosenName: string, source: string)
|
||||||||||||
|
Handles the name selection change. checks if the confirmation button should be disabled.
Parameters :
Returns :
void
|