Nolanus / ngx-page-scroll

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

Angular 10 doesn't compile "7.0.2" #414

Closed illnr closed 3 years ago

illnr commented 3 years ago

In Version "ngx-page-scroll": "7.0.2" and "ngx-page-scroll-core": "^7.0.2" angular does not compile the two packages to esm.

A downgrade to "7.0.1" fixes the problem:

$ ng serve
Compiling ngx-page-scroll-core : es2015 as esm2015
Compiling ngx-page-scroll : es2015 as esm2015
Nolanus commented 3 years ago

Hi. Sorry for the inconvenience, there was a problem with v7.0.2, resulting in the released files to be unusable for angular projects. v7.0.3 should fix this, please update to that version and let me know in case there any problems.