ERROR TypeError: Cannot read property 'focus' of undefined
core.js:4197 ERROR Error: The pipe 'translate' could not be found!
these two errors pop out in the console whenever I change my code inside the mat-dialog box and compile my code and after that my dialog also does not open
But If I stop my Angular server and rerun it.., the changes are working fine
Any solutions or if anybody has faced a scenario like this?