ngx-progressbar
ngx-progressbar copied to clipboard
Not working with angular 15
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/ngx-progressbar
Steps to reproduce:
- Install package with AG15
- then its not compiling
Environment
- Angular: 15
- ngx-progressbar: latest on aug 9
- Browser(s): chrome
- Operating System (e.g. Windows, macOS, Ubuntu): ubuntu
It's working with version 10.0.0
Install it with:
npm i [email protected]
Should compile after that.