-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update overlay attach dynamic component overload #11671
Labels
overlay
refactoring
triage: blocking
version: 15.1.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
wnvko
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Jun 6, 2022
wnvko
added a commit
that referenced
this issue
Jun 7, 2022
14 tasks
wnvko
added a commit
that referenced
this issue
Jun 8, 2022
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Aug 7, 2022
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Oct 8, 2022
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Dec 10, 2022
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Feb 10, 2023
ChronosSF
added
version: 15.1.x
triage: blocking
and removed
version: 14.0.x
🛠️ status: in-development
Issues and PRs with active development on them
labels
Mar 6, 2023
ChronosSF
added
the
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
label
Mar 10, 2023
Lipata
pushed a commit
that referenced
this issue
Mar 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
overlay
refactoring
triage: blocking
version: 15.1.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Since the
ComponentFactory
is deprecated and the new way of creating dynamic components in Angular is done through theviewContainerRef
I think we should update our Overlay'sattach
with an overload that accepts a viewContainerRef. The current overload:igniteui-angular/projects/igniteui-angular/src/lib/services/overlay/overlay.ts
Lines 321 to 322 in a7aebb0
Should be deprecated - the sooner the better, so we can have a transition period before the old API is dropped.
The text was updated successfully, but these errors were encountered: