python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handle Mat dialog pop up in protractor?
I'm getting this error everytime
NoSuchElementError: No element found using locator: By(xpath, //input[@id='nameInput'])
Prashanth S
Votes: 0
Answers: 1
Angular [mat-dialog-close]="false" does not work
Is there a certain reason, why [mat-dialog-close]="createFurtherCheckbox.checked ? 'false' : 'true'" does not work, if the value for [mat-dialog-close] is false? Within a dialog I create an ...
AresianGTI
Votes: 0
Answers: 2
Data from MatDialogConfig to MatDialog
I have this FirstModalComponent that opens a ModalNewComponent. In the opened modal (ModalNewComponent), I have a save button that I need it to:
Pass an array let's say this.array to FirstModalCompon...
António MFA
Votes: 0
Answers: 1
Problem with using Mat-Dialog in another injectable service in Angular
this is the module
@NgModule({
imports: [],
declarations: [VariableDialogComponent],
providers: [OutputFieldsService]
})
export class AModule {}
this is the Output...
keyone2693
Votes: 0
Answers: 1