From 1c193af65fb020129ca91c5d23c3f24b3c6b5c40 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Thu, 22 Oct 2020 16:38:46 +0200 Subject: [PATCH] docs: add angular-prerender to resources.json (#39387) PR Close #39387 --- 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 eecd3ec01f..a9a54b2338 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -230,6 +230,12 @@ "title": "Angular Playground", "url": "https://angularplayground.it/" }, + "angular-prerender": { + "desc": "A command line tool to prerender Angular Apps that uses Angular Universal but also supports Scully plugins.", + "logo": "https://repository-images.githubusercontent.com/142886533/bd323700-e8ff-11e9-9645-75bc009ee359", + "title": "angular-prerender", + "url": "https://github.com/chrisguttandin/angular-prerender" + }, "nx": { "desc": "Nx (Nrwl Extensions for Angular) is an open source toolkit built on top of Angular CLI to help enterprise teams develop Angular at scale.", "title": "Nx",