From 1c7e5cef3e34ade755a1df39eb176635f9c821c2 Mon Sep 17 00:00:00 2001 From: Taylor Buckner Date: Mon, 13 Jul 2020 15:06:39 -0500 Subject: [PATCH] docs: add dayjs date adapter to resources page (#38031) PR Close #38031 --- 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 d2ec90a6ff..cb9357e662 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -429,6 +429,12 @@ "desc": "Jigsaw provides a set of web components based on Angular. It is supporting the development of all applications of Big Data Product of ZTE (https://www.zte.com.cn).", "title": "Awade Jigsaw (Chinese)", "url": "https://jigsaw-zte.gitee.io" + }, + "material-dayjs-adapter": { + "desc": "A DayJS implementation of @angular/material's DateAdapter that results in smaller bundle sizes than its MomentJS counterpart.", + "rev": true, + "title": "material-dayjs-adapter", + "url": "https://www.npmjs.com/package/@tabuckner/material-dayjs-adapter" } } }