DEV Community

Discussion on: Angular 8 and IE 11

Collapse
 
paulinhapenedo profile image
Paula Penedo (she/her)

Hey Rodrigo, I'm sorry but I have no clue to what could be causing this error. Are you using Angular animations or the plain animation from CSS?

Collapse
 
rodrigoga profile image
Rodrigo

Thank you very much for your time.
In app.module I added NoopAnimationsModule instead of BrowserAnimationsModule, but the error still happens.
Apparently the error is the component mat-sidenav-container of material angular because without it everything works.

Do you have any suggestion? Thank you so much for your article.