I'm using jhipster to develop a Spring-Boot+Angular app. However, I'm getting this error while using primeng 5.6.0 with angular 5.6.0 in my project:
ERROR in [at-loader] ./src/main/webapp/app/primeng/data/datascroller/datascrollerdemo.module.ts:4:28 TS2307: Cannot find module '@angular/http'.
Any help would be approeciated.
@angular/httphas been deprecated since 5.0.0. see stackoverflow.com/questions/45207615/… and github.com/angular/angular/blob/master/…