I'm implementing the smart message box from SmartAdmin in my Angular 5 project. I'm getting the error that SmartMessageBox is not a function in jquery.
I didn't find a solution on stack overflow, the rest of the internet nor in the SmartAdmin documentation. My colleague said it could be a jquery plugin, but I can't find where it is implemented.
How do I fix the error?
TypeError: $.SmartMessageBox is not a function
at NotificationService.smartMessageBox (notification.service.ts:21)