Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OverlayPanel not working unless ShareModule is imported as well #9927

Closed
rekna1 opened this issue Feb 23, 2021 · 0 comments
Closed

OverlayPanel not working unless ShareModule is imported as well #9927

rekna1 opened this issue Feb 23, 2021 · 0 comments
Assignees
Labels
LTS-FIXED-9.2.5 Fixed in PrimeNG LTS 9.2.5 LTS-FIXED-10.1.0 Fixed in PrimeNG LTS 10.1.0 Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@rekna1
Copy link

rekna1 commented Feb 23, 2021

I'm submitting a ... (check one with "x")

[ x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Plunkr Case (Bug Reports)
In my case p-overlayPanel is not working (shows empty content) unless I also import ShareModule from primeng/api , which is not mentioned in the documentation...

import { SharedModule } from "primeng/api";

@NgModule({
  imports: [
    ...
    SharedModule,
    OverlayPanelModule,
    ....
  ],
@yigitfindikli yigitfindikli added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Feb 23, 2021
@yigitfindikli yigitfindikli added this to the 11.3.0 milestone Feb 23, 2021
@yigitfindikli yigitfindikli self-assigned this Feb 23, 2021
@yigitfindikli yigitfindikli added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Pending Review Issue or pull request is being reviewed by Core Team labels Mar 8, 2021
@yigitfindikli yigitfindikli changed the title OverlayPanel documentation incomplete, not working unless ShareModule is imported as well OverlayPanel not working unless ShareModule is imported as well Mar 8, 2021
@yigitfindikli yigitfindikli added LTS-PORTABLE LTS-FIXED-10.1.0 Fixed in PrimeNG LTS 10.1.0 LTS-FIXED-9.2.5 Fixed in PrimeNG LTS 9.2.5 and removed LTS-FIXED-10.1.0 Fixed in PrimeNG LTS 10.1.0 LTS-PORTABLE labels Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-FIXED-9.2.5 Fixed in PrimeNG LTS 9.2.5 LTS-FIXED-10.1.0 Fixed in PrimeNG LTS 10.1.0 Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants