joejordanbrown / popover

Angular CDK Popover, no default style, examples using @angular/material
MIT License
212 stars 75 forks source link

Angular 16 (view engine -> Ivy) #921

Open bilgino opened 11 months ago

bilgino commented 11 months ago

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+.

brandonfl commented 9 months ago

Same issue here :/

asfo commented 8 months ago

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)