popover
popover copied to clipboard
Angular 16 (view engine -> Ivy)
Bug, feature request, or proposal:
Bug
What is the expected behaviour?
Working MdePopover
What is the current behaviour?
Not Working MdePopover
What are the steps to reproduce?
Update to Angular 16
What is the use-case or motivation for changing an existing behaviour?
View Engine was removed in Angular v13, and v16 finally removes ngcc. As a result, Angular libraries built with View Engine cannot be used in Angular v16+.
Which versions of Angular, Material-Extended, OS, TypeScript, browsers are affected?
Angular 16
Other Comments
View Engine was removed in Angular v13, and v16 finally removes ngcc. As a result, Angular libraries built with View Engine cannot be used in Angular v16+.
Same issue here :/
If it helps there is a fork from this project which has the support: https://www.npmjs.com/package/@niewicz/mde-popover
So at least that allows us to update to Angular 16 with almost no change (apart of the imports and the new dep)