Michel Tank
                                        Results
                                        2
                                        comments of
                                        
                                
                                            Michel Tank
                                        
                                    same problem in angular 5.1.1
I found the problem, need to pass the second param to "then": dont works: ` dialog.result.then((result) => { console.log(result); });` works: ` dialog.result.then((result) => { console.log(result); }, () => console.log('Rejected!'));`