From 1b7b64ae18cec4101bc27840adb75d1672ba6a39 Mon Sep 17 00:00:00 2001 From: Radoslav Kirilov Date: Wed, 26 Sep 2018 23:55:32 +0300 Subject: [PATCH] docs: add ngx-api-utils to resources (#26120) PR Close #26120 --- aio/content/marketing/resources.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 5f21ac7acc..2d96b8337f 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -149,6 +149,13 @@ "rev": true, "title": "AngularCommerce", "url": "https://github.com/NodeArt/angular-commerce" + }, + "ngx-api-utils": { + "desc": "ngx-api-utils is a lean library of utilities and helpers to quickly integrate any HTTP API (REST, Ajax, and any other) with Angular.", + "logo": "", + "rev": true, + "title": "ngx-api-utils", + "url": "https://github.com/ngx-api-utils/ngx-api-utils" } } },