From 7f9b1b78f6736fe68024b3797fa2a8ce4fe0c2b8 Mon Sep 17 00:00:00 2001 From: mgmarlow Date: Tue, 6 Feb 2018 09:48:37 -0800 Subject: [PATCH] docs(aio): add angular-playground to resources (#22042) PR Close #22042 --- 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 c11732bec9..5c57a22eab 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -241,6 +241,12 @@ "rev": true, "title": "NinjaCodeGen - Angular CRUD Generator", "url": "https://ninjaCodeGen.com" + }, + "angular-playground": { + "desc": "UI development environment for building, testing, and documenting Angular applications.", + "rev": true, + "title": "Angular Playground", + "url": "http://www.angularplayground.it/" } } },