src/app/dialogs/create-interface-dialog/create-interface-dialog.component.ts
selector | app-create-interface-dialog |
styleUrls | ./create-interface-dialog.component.scss |
templateUrl | ./create-interface-dialog.component.html |
Properties |
|
Methods |
Inputs |
constructor(dialogRef: MatDialogRef<CreateInterfaceDialogComponent>, data: CreateInterfaceData, fb: FormBuilder, gs: IssueGraphStateService, authService: AuthenticationService, interfaceStore: InterfaceStoreService, notify: UserNotifyService)
|
||||||||||||||||||||||||
Parameters :
|
projectId | |
Type : string
|
|
afterAlertClose |
afterAlertClose()
|
Returns :
void
|
onNoClick |
onNoClick()
|
Returns :
void
|
onOkClick |
onOkClick(name: string, description: string)
|
Returns :
void
|
Public data |
Type : CreateInterfaceData
|
Decorators :
@Inject(MAT_DIALOG_DATA)
|
Public dialogRef |
Type : MatDialogRef<CreateInterfaceDialogComponent>
|
Public loading |
Type : boolean
|
Public saveFailed |
Type : boolean
|
validationDescription |
Default value : new FormControl('', CCIMSValidators.contentValidator)
|
validationName |
Default value : new FormControl('', [CCIMSValidators.nameFormatValidator, Validators.required])
|
./create-interface-dialog.component.scss