From 79b673a17f92d386a597aecbdd45db37315a7820 Mon Sep 17 00:00:00 2001 From: idzark Date: Tue, 14 May 2019 09:37:19 +0200 Subject: [PATCH] docs: add mdb angular boilerplate to docs resources (#30448) PR Close #30448 --- 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 2c1feac34c..911828d8a8 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -661,6 +661,12 @@ "rev": true, "title": "web.dev/angular", "url": "https://web.dev/angular" + }, + "mdb-angular-boilerplate": { + "desc": "Angular CRUD application starter with NgRx state management, Firebase backend and installation guide.", + "rev": true, + "title": "MDB Angular Boilerplate", + "url": "https://github.com/mdbootstrap/Angular-Bootstrap-Boilerplate" } } },