IPEmailBuilderSettingsDirective
An Angular directive that attaches itself to the main settings portal for IP email builder.
The selector for this directive is:
[ipEmailBuilderSettings]
- None
- None
Import the
IPEmailBuilderSettingsDirective
in your component and add it to the component's HTML template.Usage example:
<ng-container *cdkPortalHost="emailBuilderSettingsPortal">
<div ipEmailBuilderSettings></div>
</ng-container>
Note: The
emailBuilderSettingsPortal
is a portal that should be defined in your component.