From d9e4d751f0fe6297046b0ecb92333c36efd33a3a Mon Sep 17 00:00:00 2001 From: Roman Sedov Date: Tue, 26 Jan 2021 12:43:27 +0300 Subject: [PATCH] docs: add Taiga UI to "EXPLORE ANGULAR RESOURCES" page (#40572) PR Close #40572 --- aio/content/marketing/resources.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 8f94c7dc5c..a1bcbd87ff 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -469,6 +469,11 @@ "desc": "NGX Skeleton Loader is a lightweight and A11Y friendly solution for blazing fast loading skeletons that automatically adapt to your Angular apps.", "title": "NGX Skeleton Loader", "url": "https://www.npmjs.com/package/ngx-skeleton-loader" + }, + "taiga-ui": { + "desc": "Taiga UI is fully-treeshakable Angular UI Kit consisting of multiple base libraries and several add-ons. We have 130+ components, 100+ directives, dozens of tokens, utils and tools. They are easily customizable and well engineered.", + "title": "Taiga UI", + "url": "https://taiga-ui.dev" } } }