From d00f4f4f9645281b327b77b021c893020fea5d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Can=20Y=C4=B1lmaz?= Date: Fri, 14 Apr 2023 10:55:06 +0300 Subject: [PATCH] add card component to nav items in document --- 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 2ce69e69a9..fa688814b3 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1197,6 +1197,10 @@ { "text": "Chart", "path": "UI/Angular/Chart-Component.md" + }, + { + "text": "Card", + "path": "UI/Angular/Card-Component.md" } ] }