I want to use the alertifyjs with angular 6. And want to embed angular component into the alertifyjs body.
Example code:
import * as _alertify from 'alertifyjs';
_alertify.alert('Title' , '<app-custom-component></app-custom-component>');
or
_alertify.alert('My Title', '<dx-data-grid ...>...</dx-data-grid>');
Example image with Devextreme datagrid
How can I do embed the angular component into the alertifyjs? Or, can I do?
Thanks.