From ce4cff60f0336cf239489907132edede8d08d48f Mon Sep 17 00:00:00 2001 From: bmarkov Date: Thu, 6 Dec 2018 18:12:38 +0200 Subject: [PATCH] docs: Add Smart UI to UI Components section in resources (#27515) docs: add Smart UI to UI Components section in resources PR Close #27515 --- aio/content/marketing/resources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 816c646634..ccb71010b7 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -447,6 +447,12 @@ "rev": true, "title": "Simple Quality UI", "url": "https://sq-ui.github.io/ng-sq-ui/#/" + }, + "smart": { + "desc": "Web Components for Angular. Dependency-free Angular components for building modern and mobile-friendly web apps", + "rev": true, + "title": "Smart Web Components", + "url": "https://www.htmlelements.com/angular/" } } }