Nolanus / ngx-page-scroll

Animated scrolling functionality for angular written in pure typescript
https://nolanus.github.io/ngx-page-scroll/
MIT License
476 stars 107 forks source link

readme edit import Inject from @angular/core instead of @angular/common; #375

Closed kentonlin closed 5 years ago

kentonlin commented 5 years ago

Upgraded to Angular 8 and had issues with Inject not being found in @angular/core. Imported from angular/core instead and the issue was resolved.

Nolanus commented 5 years ago

Thanks for spotting it