From 21f0f35b48de725bfb6beb7725a482a1fb5afc3c Mon Sep 17 00:00:00 2001 From: ismailbennani Date: Thu, 24 Apr 2025 18:34:08 +0200 Subject: [PATCH 1/2] feat: add link to documentation in editor --- .../components/editor-menu/editor-about-menu.component.ts | 6 ++++++ .../src/environments/environment.development.ts | 1 + .../src/environments/environment.types.ts | 1 + 3 files changed, 8 insertions(+) diff --git a/src/FacturXDotNet.WebEditor/src/app/features/editor/components/editor-menu/editor-about-menu.component.ts b/src/FacturXDotNet.WebEditor/src/app/features/editor/components/editor-menu/editor-about-menu.component.ts index 556ec683..528ca73e 100644 --- a/src/FacturXDotNet.WebEditor/src/app/features/editor/components/editor-menu/editor-about-menu.component.ts +++ b/src/FacturXDotNet.WebEditor/src/app/features/editor/components/editor-menu/editor-about-menu.component.ts @@ -1,6 +1,7 @@ import { Component, input } from '@angular/core'; import { RouterLink } from '@angular/router'; import { NgbDropdown, NgbDropdownItem, NgbDropdownMenu, NgbDropdownToggle } from '@ng-bootstrap/ng-bootstrap'; +import { environment } from '../../../../../environments/environment'; @Component({ selector: 'app-editor-about-menu', @@ -9,6 +10,9 @@ import { NgbDropdown, NgbDropdownItem, NgbDropdownMenu, NgbDropdownToggle } from