From 9aba78c1c29c7c2400456a2dccb973d6027a6be3 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Tue, 7 Apr 2026 11:39:11 +0300 Subject: [PATCH] [fix] broken link in the angular integration guide --- docs/guides/integrations/angular_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integrations/angular_integration.md b/docs/guides/integrations/angular_integration.md index fb749933..987f5786 100644 --- a/docs/guides/integrations/angular_integration.md +++ b/docs/guides/integrations/angular_integration.md @@ -135,7 +135,7 @@ body { #### Loading data -To add data into Diagram Editor, you need to provide a [**data set**](https://github.com/DHTMLX/angular-diagram-demo/blob/master/src/app/diagram/data.ts). You can create the **data.ts** file in the **src/app/diagram-editor/** directory and add some data into it: +To add data into Diagram Editor, you need to provide a [**data set**](https://github.com/DHTMLX/angular-diagram-demo/blob/master/src/app/diagram-editor/data.ts). You can create the **data.ts** file in the **src/app/diagram-editor/** directory and add some data into it: ~~~jsx title="data.ts" export function getData() {