From c2cb475a2ca17ff1fd95724261c7dc2e81c056fb Mon Sep 17 00:00:00 2001 From: codediodeio Date: Thu, 9 Nov 2017 07:17:14 -0700 Subject: [PATCH] docs(aio): add angularfirebase.com to education resources (#20302) PR Close #20302 --- 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 2d5aa1eba7..4a96ac7f61 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -534,6 +534,12 @@ "rev": true, "title": "Ultimate Angular", "url": "https://ultimateangular.com/" + }, + "angular-firebase": { + "desc": "Video lessons covering progressive web apps with Angular, Firebase, RxJS, and related APIs.", + "rev": true, + "title": "AngularFirebase.com", + "url": "https://angularfirebase.com/" } } },