From 937e807c166644cc28d8cf77463cc7fdba184882 Mon Sep 17 00:00:00 2001 From: chandralk <102645599+chandralk@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:01:16 +0530 Subject: [PATCH] Add missing link to Projection Strategy --- docs/en/docs-nav.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index ff85feae58..2c692be78e 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1161,6 +1161,10 @@ "text": "Ellipsis", "path": "UI/Angular/Ellipsis-Directive.md" }, + { + "text": "Projection Strategy", + "path": "UI/Angular/Projection-Strategy.md" + }, { "text": "Context Strategy", "path": "UI/Angular/Context-Strategy.md"