Skip to content

Commit 1b41bca

Browse files
wnvkoCopilot
andauthored
Update projects/igniteui-angular/directives/src/directives/notification/notifications.directive.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c275b06 commit 1b41bca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/igniteui-angular/directives/src/directives/notification/notifications.directive.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export abstract class IgxNotificationsDirective extends IgxToggleDirective
3030
public displayTime = 4000;
3131

3232
/**
33-
* @deprecated The `outlet` property is deprecated and no longer has any effect.
34-
* The overlay service now always renders content in place using the HTML Popover API.
35-
* This property will be removed in a future version.
33+
* @deprecated The `outlet` property is deprecated and will be removed in a future version.
34+
* While still honored by the overlay service, it should no longer be used in new code.
35+
* Future versions will always render overlay content in place using the HTML Popover API.
3636
*
3737
* Gets/Sets the container used for the element.
3838
*

0 commit comments

Comments
 (0)