fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
249 stars 252 forks source link

ngcc failed to run on ngx-daterangepicker-material@4.0.1. #359

Open mcdonop opened 3 years ago

mcdonop commented 3 years ago

Versions

Describe the bug ngcc failed to run on ngx-daterangepicker-material@4.0.1. Does not work when using Ivy.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://stackblitz.com/edit/angular-ivy-ngx-daterangepicker-material-ngcc-issue
  2. error will appear

Expected behavior Support Ivy, no issue

Stackblitz link https://stackblitz.com/edit/angular-ivy-ngx-daterangepicker-material-ngcc-issue

Additional context change Ivy to false works, but causes other issues with other components in project. Not shown in stackblitz example. This occurs in local project.