I just upgraded my application to angular 9. Everything went well, but I am facing some problems when trying to run the SSR compilation.
\dist\server\main.js:6542
__metadata("design:paramtypes", [MouseEvent]),
^
ReferenceError: MouseEvent is not defined
Is there something I'm missing? do you have an example of mdl-angular working on SSR (Universal) with Angular 9?