src/app/dialogs/create-component-dialog/create-component-dialog.component.ts
selector | app-create-component-dialog |
styleUrls | ./create-component-dialog.component.scss |
templateUrl | ./create-component-dialog.component.html |
Properties |
Methods |
Inputs |
constructor(dialogRef: MatDialogRef<CreateComponentDialogComponent>, data: CreateComponentData, fb: FormBuilder, gs: IssueGraphStateService, componentStore: ComponentStoreService)
|
||||||||||||||||||
Parameters :
|
projectId | |
Type : string
|
|
checkImsType | ||||||
checkImsType(returnFromSelect: string)
|
||||||
Parameters :
Returns :
ImsType
|
onNoClick |
onNoClick()
|
Returns :
void
|
onOkClick |
onOkClick(name: string, url: string, description: string)
|
Returns :
void
|
Public data |
Type : CreateComponentData
|
Decorators :
@Inject(MAT_DIALOG_DATA)
|
Public dialogRef |
Type : MatDialogRef<CreateComponentDialogComponent>
|
queryComponent |
Type : QueryComponent
|
Decorators :
@ViewChild(QueryComponent)
|
validationDescription |
Default value : new FormControl('', CCIMSValidators.contentValidator)
|
validationIMS |
Default value : new FormControl('', [CCIMSValidators.urlValidator, Validators.required])
|
validationName |
Default value : new FormControl('', [CCIMSValidators.nameFormatValidator, Validators.required])
|
validationProvider |
Default value : new FormControl('', Validators.required)
|
validationUrl |
Default value : new FormControl('', [CCIMSValidators.urlValidator, Validators.required])
|
./create-component-dialog.component.scss