michaeldoye / mat-markdown-editor

Simple markdown editor for Angular Material Design
https://mat-markdown-editor.firebaseapp.com
MIT License
7 stars 10 forks source link

Remove BrowserAnimationsModule #47

Open gortok opened 4 years ago

gortok commented 4 years ago

In a project that already loads BrowserModule, loading BrowserAnimationsModule here causes an error that can only be fixed by removing the BrowserAnimationsModule from this component.

Loading of the BrowserAnimationsModule should be left to the user; not to this component.