We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c6392 commit 713812bCopy full SHA for 713812b
1 file changed
projects/igniteui-angular/directives/src/directives/notification/notifications.directive.ts
@@ -96,7 +96,7 @@ export abstract class IgxNotificationsDirective extends IgxToggleDirective
96
closeOnEscape: false,
97
closeOnOutsideClick: false,
98
modal: false,
99
- outlet: this.outlet,
+ outlet: this.outlet
100
};
101
102
super.open(overlaySettings);
0 commit comments