lifan0127 / malware-graph-analysis

0 stars 0 forks source link

Compatibility issue with Angular 4 #1

Open lifan0127 opened 7 years ago

lifan0127 commented 7 years ago

Various issues / warnings due to incompatibility with latest Angular 4 https://github.com/angular/material2/pull/3608

da45 commented 7 years ago

right now, we still have warnings, nothing is really blocking , so, just make sure that you installed animations with npm i --save @angular/animations , make sure also that you added import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; in your appModule. Next step is to wait new material release , I hope for soon,