diff --git a/docs/en/UI/Angular/Page-Alerts.md b/docs/en/UI/Angular/Page-Alerts.md index 7e75077cc6..96371908f9 100644 --- a/docs/en/UI/Angular/Page-Alerts.md +++ b/docs/en/UI/Angular/Page-Alerts.md @@ -63,7 +63,8 @@ this.service.show({ ## Render HTML content -We can pass html content to `title` and `message` parameters +We can pass html content to the `title` and `message` parameters + * It allows static message or localization key * [abpSafeHtml](https://github.com/abpframework/abp/blob/37b59a7f05202264505d002397dbb27d275740e1/npm/ng-packs/packages/core/src/lib/pipes/safe-html.pipe.ts#L6) pipe will sanitize html values