Angular Material Dialog ng-template Ionic Equivalent

Is there an equivalent of Angular Material Dialog ng-template for Ionic 5?

I have used this in a an Angular Web application and now want to port the dialog to Ionic. It looks like Ionic Modals only take a component not ng-template. These are very simple dialogs and I don’t really want to have to mess around creating components for them.