Is it possible to customize the text in an Angular Alert service dynamically? I'm looking to make certain words bold, add new lines, and center specific parts of the text. Specifically, I want the word "success" to be bold and centered, while the rest of the text is on the next line. I've tried using '\n', '\b', , but nothing seems to work as expected. I'd prefer not to manually edit the text within the global service
this.alertService.success( "Success! You have successfully submitted your request")