From 521a9501606e0e77757561151ecf31649e4f9a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= <msimondant@grandlyon.com> Date: Fri, 10 Jan 2025 15:16:22 +0100 Subject: [PATCH] enable html in toastr --- src/app/app.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 1e67572be..81d4c9a1a 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -76,7 +76,9 @@ import { StructureJoinComponent } from './structure/structure-join/structure-joi MapModule, CartoModule, BrowserAnimationsModule, - ToastrModule.forRoot(), + ToastrModule.forRoot({ + enableHtml: true, + }), FormViewModule, OrientationModule, ServiceWorkerModule.register('ngsw-worker.js', { -- GitLab